File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ help: # Preview Makefile commands
66/^[-_[ :alpha:]]+:.?* # / { printf " %-15s%s\n", $$1, $$2 }' $(MAKEFILE_LIST)
77
88# ensure OS binaries aren't called if naming conflict with Make recipes
9- .PHONY : help venv install update test coveralls lint black mypy ruff safety lint-apply black-apply ruff-apply
9+ .PHONY : help install venv update test coveralls lint lint-fix security my-app
1010
1111# #############################################
1212# Python Environment and Dependency commands
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ dev = [
2222 " ruff>=0.12.8" ,
2323]
2424
25- [tool .black ]
26- line-length = 90
27-
2825[tool .mypy ]
2926disallow_untyped_calls = true
3027disallow_untyped_defs = true
@@ -35,8 +32,6 @@ log_level = "INFO"
3532
3633[tool .ruff ]
3734target-version = " py312"
38-
39- # set max line length
4035line-length = 90
4136
4237# enumerate all fixed violations
You can’t perform that action at this time.
0 commit comments