Skip to content

Commit

Permalink
somewhat fix autoflake compliance
Browse files Browse the repository at this point in the history
not optimal... maybe even the old importchecker was better...
  • Loading branch information
mara004 committed Mar 12, 2023
1 parent 47eed2b commit f4f93f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

set -v

autoflake src/ setupsrc/ tests/ tests_old/ setup.py docs/source/conf.py --recursive --remove-all-unused-imports --ignore-pass-statements --exclude "src/pypdfium2/__init__.py,src/pypdfium2/_helpers/__init__.py"
autoflake src/ setupsrc/ tests/ tests_old/ setup.py docs/source/conf.py --recursive --remove-all-unused-imports --ignore-pass-statements --exclude "src/pypdfium2/__init__.py,src/pypdfium2/_helpers/__init__.py,src/pypdfium2/_helpers/_internal/__init__.py,src/pypdfium2/internal.py"
codespell --skip="./docs/build,./tests/resources,./tests/output,./tests_old/output,./data,./sourcebuild,./dist,./.git,__pycache__,.mypy_cache,.hypothesis" -L "tabe,splitted,fith,flate"
reuse lint

0 comments on commit f4f93f6

Please sign in to comment.