Skip to content

Commit 91ea2b2

Browse files
committed
Update PHONY in Makefile and remove black configs
1 parent 03ea697 commit 91ea2b2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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]
2926
disallow_untyped_calls = true
3027
disallow_untyped_defs = true
@@ -35,8 +32,6 @@ log_level = "INFO"
3532

3633
[tool.ruff]
3734
target-version = "py312"
38-
39-
# set max line length
4035
line-length = 90
4136

4237
# enumerate all fixed violations

0 commit comments

Comments
 (0)