Skip to content

Commit e1b00d8

Browse files
committed
remove obsolete 'unify' linter
1 parent 437ac8c commit e1b00d8

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,12 @@ clean-pyc:
2323
trim:
2424
trim .
2525

26-
.PHONY: unify
27-
unify:
28-
unify -r -i --quote '"' .
29-
3026
.PHONY: trail-comma
3127
trail-comma:
3228
find . -name '*.py' -exec add-trailing-comma {} +
3329

3430
.PHONY: lint
3531
lint:
3632
sh -c "isort . "
37-
unify -r -i --quote '"' .
3833
trim .
3934
find . -name '*.py' -exec add-trailing-comma {} +

requirements/dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ pre-commit==3.8.0
55
pytest==8.3.4
66
pytest-sugar==1.0.0
77
trim==0.3
8-
unify==0.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ def _get_package_info():
4545
"Programming Language :: Python :: 3.10",
4646
"Programming Language :: Python :: 3.11",
4747
"Programming Language :: Python :: 3.12"
48-
"Programming Language :: Python :: 3.13"
48+
"Programming Language :: Python :: 3.13",
4949
],
5050
)

0 commit comments

Comments
 (0)