We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ea360 commit e300124Copy full SHA for e300124
.pre-commit-config.yaml
@@ -33,11 +33,6 @@ repos:
33
additional_dependencies:
34
- flake8-typing-imports==1.12.0
35
- flake8-docstrings==1.5.0
36
-- repo: https://github.com/asottile/pyupgrade
37
- rev: v3.15.0
38
- hooks:
39
- - id: pyupgrade
40
- args: [--py38-plus]
41
- repo: https://github.com/asottile/setup-cfg-fmt
42
rev: v2.5.0
43
hooks:
pyproject.toml
@@ -132,6 +132,7 @@ select = [
132
"F", # pyflakes
133
"W", # pycodestyle
134
"I", # isort
135
+ "UP", # pyupgrade
136
]
137
138
[tool.ruff.lint.isort]
0 commit comments