Skip to content

Commit

Permalink
Do not apply ruff to vendored code
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Aug 4, 2024
1 parent 1e00742 commit ee7ac4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ omit = ["*/vendored/*"]
show_missing = true

[tool.ruff.lint]
exclude = ["*/vendored/*"]
extend-select = [
"B", # flake8-bugbear
"G", # flake8-logging-format
Expand Down

0 comments on commit ee7ac4f

Please sign in to comment.