Skip to content

Commit

Permalink
build: enable furb rule in ruff config (#235)
Browse files Browse the repository at this point in the history
Fixes: #226
  • Loading branch information
afuetterer authored Jan 23, 2024
1 parent 9871491 commit 128cf42
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 @@ -124,13 +124,15 @@ src = ["src"]
target-version = "py310"

[tool.ruff.lint]
# Ref: https://docs.astral.sh/ruff/rules/
extend-select = [
"A", # flake8-builtins
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"D", # pydocstyle
"FURB", # refurb
"I", # isort
"PERF", # #perflint-perf
"PERF", # perflint-perf
"PGH", # pygrep-hooks
"PIE", # flake8-pie
"PL", # pylint
Expand Down

0 comments on commit 128cf42

Please sign in to comment.