Skip to content

Commit

Permalink
💩 add workaround for flakehell
Browse files Browse the repository at this point in the history
  • Loading branch information
brutus committed Jun 4, 2021
1 parent 2167f9c commit f513ce7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ requires = [
"wheel"
]
build-backend = "setuptools.build_meta"

[tool.flakehell]
max_line_length = 88
show_source = true
exclude = [".git", ".venv", ".mypy_cache", ".pytest_cache", ".nox"]
extended_default_ignore = [] # https://github.com/flakehell/flakehell/issues/10

[tool.flakehell.plugins]
pyflakes = ["+*"]
pycodestyle = ["+*", "-E203"]

0 comments on commit f513ce7

Please sign in to comment.