Skip to content

Commit

Permalink
chore: flake8のルールを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Nov 24, 2022
1 parent aa5a2ae commit f8e1eae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[flake8]
per-file-ignores=./mipac/manager/__init__.py:F403,F401
per-file-ignores=
./mipac/manager/__init__.py:F403,F401
./mipac/_version.py:E501
./mipac/__init__.py:E402

0 comments on commit f8e1eae

Please sign in to comment.