Skip to content

Commit fc75582

Browse files
authored
Remove no longer needed flake8-bugbear ruff lint config (#293)
1 parent 8e8633e commit fc75582

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ split-on-trailing-comma = false
127127
[tool.ruff.lint.flake8-tidy-imports]
128128
ban-relative-imports = "all"
129129

130-
[tool.ruff.lint.flake8-bugbear]
131-
# This is only needed if Typer is a dependency of the project.
132-
extend-immutable-calls = ["typer.Argument"]
133-
134130
[tool.pytest.ini_options]
135131
addopts = [
136132
"--strict-config",

0 commit comments

Comments
 (0)