Skip to content

Commit

Permalink
simplify ruff exclude list (#1056)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Carvalho <8753214+IvanIsCoding@users.noreply.github.com>
  • Loading branch information
danieleades and IvanIsCoding committed Jan 18, 2024
1 parent fe6666d commit 0e4ef8b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,7 @@ select = [
"Q", # flake8-quotes
]
target-version = "py38"
exclude = [
".venv",
".git",
".tox",
".eggs",
"dist",
"doc",
"build",
]
extend-exclude = ["doc"]

[tool.ruff.per-file-ignores]
"rustworkx/__init__.py" = ["F405", "F403"]
Expand Down

0 comments on commit 0e4ef8b

Please sign in to comment.