Skip to content

Commit

Permalink
Skip linting .venv folder
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnjanssen committed May 7, 2023
1 parent 2d136f1 commit 6c49f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ issues = "https://github.com/Fastjur/F1ScheduleTelegramBot/issues"
# linters = "pycodestyle,pydocstyle,pyflakes,mccabe,pylint,radon,mypy,vulture"
linters = "pycodestyle,pyflakes,mccabe,pylint,radon,mypy,vulture"
ignore = "D202,D203,D212,W1203"
# Skip venv
skip = "*/.venv/*"

[tool.vulture]
min_confidence = 70

0 comments on commit 6c49f23

Please sign in to comment.