Skip to content

Commit

Permalink
* Makefile (ruff): Ignore I001 check (sorted imports).
Browse files Browse the repository at this point in the history
  • Loading branch information
bje- committed Oct 24, 2024
1 parent 54e0db0 commit ba2ee5e
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 @@ -82,7 +82,7 @@ flake8: envset

ruff: envset
ruff check --select ALL \
--ignore=D203,D213,Q000,ARG002,T201,ANN,N801,SLF,PLR,PT,INP \
--ignore=I001,D203,D213,Q000,ARG002,T201,ANN,N801,SLF,PLR,PT,INP \
--output-format=concise $(LINTSRC)

pylint:
Expand Down

0 comments on commit ba2ee5e

Please sign in to comment.