Skip to content

Commit

Permalink
build: enable flake8-bugbear rules in ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored and adrienverge committed Jan 8, 2024
1 parent 5969b4f commit d20aa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[lint]
extend-select = ["I"]
extend-select = ["B", "I"]

[lint.isort]
known-third-party = ["tests"]

0 comments on commit d20aa6d

Please sign in to comment.