Skip to content

Commit

Permalink
exclude ./venv from flake8 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed May 6, 2024
1 parent d4ec043 commit a9da4f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ gnocscrape = "gnocpush.cli.gnocscrape:main"

[tool.flake8]
ignore = ["E221", "E251"]
exclude = [
"venv",
]

[tool.setuptools.packages.find]
exclude = ["charts"]
Expand Down

0 comments on commit a9da4f0

Please sign in to comment.