Skip to content

Commit

Permalink
chore: remove unnecessary exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
Calychas committed Mar 26, 2023
1 parent d52c9c5 commit 86d3249
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,29 +131,8 @@ select = [
# "ANN", # flake8-annotations
]
ignore = ["D212"]
exclude = [
".bzr",
".direnv",
".eggs",
".git",
".hg",
".mypy_cache",
".nox",
".pants.d",
".pytype",
".ruff_cache",
".svn",
".tox",
".venv",
"__pypackages__",
"_build",
"buck-out",
"build",
"dist",
"node_modules",
"venv",
extend-exclude = [
"old",
"__pycache__"
]

[tool.ruff.pydocstyle]
Expand Down

0 comments on commit 86d3249

Please sign in to comment.