Skip to content

Commit 890def3

Browse files
authored
Merge pull request #346 from TylerYep/feature
Upgrade to Ruff v0.9.4
2 parents 2734d4f + 2ab2336 commit 890def3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
skip: [mypy, pytest]
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.9.3
5+
rev: v0.9.4
66
hooks:
77
- id: ruff
88
args: [--fix]

ruff.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
target-version = "py38"
22
lint.select = ["ALL"]
33
lint.ignore = [
4-
"ANN101", # Missing type annotation for `self` in method
5-
"ANN102", # Missing type annotation for `cls` in classmethod
64
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed
75
"C901", # function is too complex (12 > 10)
86
"COM812", # Trailing comma missing

0 commit comments

Comments
 (0)