Skip to content

Commit

Permalink
Avoid E800 errors on pep517 docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos committed Oct 20, 2021
1 parent af21ea9 commit bfd5717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pytest-parametrize-values-row-type = tuple

# flake8-eradicate
# E800:
eradicate-whitelist-extend = distutils:\s+libraries\s+=\s+|isort:\s+\w+
eradicate-whitelist-extend = distutils:\s+libraries\s+=\s+|isort:\s+\w+|NAME = "VALUE"

# wemake-python-styleguide
show-source = true

0 comments on commit bfd5717

Please sign in to comment.