Skip to content

Commit

Permalink
chore: update .flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Dec 24, 2022
1 parent 420c9a9 commit 4a36d13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[flake8]
per-file-ignores=
./mipac/__init__.py:E402,F403,F811
./mipac/__init__.py:E402,F403,F811,F401
./mipac/**/__init__.py:F403,F401
./mipac/_version.py:E501
[tool.black]
exclude = 'mipac/_version.py'

0 comments on commit 4a36d13

Please sign in to comment.