Skip to content

Commit

Permalink
Merge pull request #304 from Nitrokey/update-black-isort-to-p39
Browse files Browse the repository at this point in the history
Make fix reformats, with Python set to 39
  • Loading branch information
szszszsz authored Dec 29, 2022
2 parents 7bd2957 + cc87062 commit d097213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PACKAGE_NAME=pynitrokey
VENV=venv
PYTHON3=python3

BLACK_FLAGS=-t py35 --extend-exclude pynitrokey/nethsm/client
BLACK_FLAGS=-t py39 --extend-exclude pynitrokey/nethsm/client
FLAKE8_FLAGS=--extend-exclude pynitrokey/nethsm/client
ISORT_FLAGS=--py 39 --extend-skip pynitrokey/nethsm/client

Expand Down

0 comments on commit d097213

Please sign in to comment.