Skip to content

Commit

Permalink
update make command
Browse files Browse the repository at this point in the history
  • Loading branch information
tab-cmd committed Nov 26, 2024
1 parent 5391e63 commit 355bd33
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 @@ -28,7 +28,7 @@ lint:
flake8 bcipy

lint-fix:
autopep8 --in-place --aggressive --max-line-length 120 -r bcipy
autopep8 --in-place --aggressive --max-line-length 120 --ignore "E402,E226,E24,W50,W690" -r bcipy
flake8 bcipy

type:
Expand Down

0 comments on commit 355bd33

Please sign in to comment.