Skip to content

Commit

Permalink
use extend-exclude for ruff config
Browse files Browse the repository at this point in the history
Co-authored-by: Stef Smeets <[email protected]>
  • Loading branch information
egpbos and stefsmeets committed Jul 31, 2024
1 parent 9bc79b9 commit 62a50e5
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,7 @@ extras = dev
"""

[tool.ruff]
exclude = [
".bzr",
".direnv",
".eggs",
".git",
".hg",
".mypy_cache",
".nox",
".pants.d",
".ruff_cache",
".svn",
".tox",
".venv",
"__pypackages__",
"_build",
"buck-out",
"build",
"dist",
"node_modules",
"venv",
".venv",
extend-exclude = [
"scripts",
]

Expand Down

0 comments on commit 62a50e5

Please sign in to comment.