Skip to content

Commit

Permalink
chore: make sure local ruff runs don't touch vendored (#618)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii authored Aug 4, 2024
1 parent 78b9ea9 commit 46c2389
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ exclude = [
"**/__pycache__",
]

[tool.black]
extend-exclude = '''
^/src/wheel/vendored/
'''

[tool.pytest.ini_options]
minversion = "6.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
Expand All @@ -91,6 +86,9 @@ omit = ["*/vendored/*"]
[tool.coverage.report]
show_missing = true

[tool.ruff]
extend-exclude = ["src/wheel/vendored"]

[tool.ruff.lint]
extend-select = [
"B", # flake8-bugbear
Expand Down

0 comments on commit 46c2389

Please sign in to comment.