Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Grönholm <[email protected]>
  • Loading branch information
henryiii and agronholm authored May 11, 2024
1 parent 1aebf07 commit 8b2a535
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ show_missing = true

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

[tool.ruff.lint]
extend-select = [
"B", # flake8-bugbear
"G", # flake8-logging-format
"I", # isort
Expand Down

0 comments on commit 8b2a535

Please sign in to comment.