We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2734d4f + 2ab2336 commit 890def3Copy full SHA for 890def3
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
skip: [mypy, pytest]
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: v0.9.3
+ rev: v0.9.4
6
hooks:
7
- id: ruff
8
args: [--fix]
ruff.toml
@@ -1,8 +1,6 @@
1
target-version = "py38"
lint.select = ["ALL"]
lint.ignore = [
- "ANN101", # Missing type annotation for `self` in method
- "ANN102", # Missing type annotation for `cls` in classmethod
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed
"C901", # function is too complex (12 > 10)
"COM812", # Trailing comma missing
0 commit comments