ignore __init__.py

This commit is contained in:
shahules786 2022-10-05 15:47:13 +05:30
parent bf37570d4a
commit 670b70938a
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[flake8]
per-file-ignores = __init__.py:F401
ignore = E203, E266, E501, W503
# line length is intentionally set to 80 here because black uses Bugbear
# See https://github.com/psf/black/blob/master/README.md#line-length for more details