File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,12 @@ clean-pyc:
2323trim :
2424 trim .
2525
26- .PHONY : unify
27- unify :
28- unify -r -i --quote ' "' .
29-
3026.PHONY : trail-comma
3127trail-comma :
3228 find . -name ' *.py' -exec add-trailing-comma {} +
3329
3430.PHONY : lint
3531lint :
3632sh -c " isort . "
37- unify -r -i --quote ' "' .
3833trim .
3934find . -name ' *.py' -exec add-trailing-comma {} +
Original file line number Diff line number Diff line change @@ -5,4 +5,3 @@ pre-commit==3.8.0
55pytest==8.3.4
66pytest-sugar==1.0.0
77trim==0.3
8- unify==0.5.0
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments