Skip to content

Commit a94d7fe

Browse files
Upgrade to ruff 0.9.1
1 parent ed8804e commit a94d7fe

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: check-toml
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.6.2
15+
rev: v0.9.1
1616
hooks:
1717
- id: ruff
1818
args: [ --fix ]

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ extend-select = [
178178
]
179179
ignore = [
180180
"S311", # We are not using random for cryptographic purposes
181-
"ISC001",
182181
"S603",
183182
]
184183

wrapper/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ extend-select = [
9494
]
9595
ignore = [
9696
"S311", # We are not using random for cryptographic purposes
97-
"ISC001",
9897
]
9998

10099
[tool.ruff.lint.flake8-quotes]

0 commit comments

Comments
 (0)