Skip to content

Commit 7679ad3

Browse files
authored
Merge pull request #484 from DimitriPapadopoulos/ISC001
chore: ISC rules do not conflict with the formatter any more
2 parents 7ab5bbd + 66e46bd commit 7679ad3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ repos:
1111
- id: check-toml
1212
- id: check-json
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.8.2
14+
rev: v0.12.7
1515
hooks:
16-
- id: ruff
16+
- id: ruff-check
1717
args: [--fix]
1818
- id: ruff-format
19-
- id: ruff
20-
args: [--select, ISC001, --fix]
2119
- repo: https://github.com/woodruffw/zizmor-pre-commit
2220
rev: v0.8.0
2321
hooks:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ extend-select = [
174174
]
175175
ignore = [
176176
"S311", # We are not using random for cryptographic purposes
177-
"ISC001",
178177
"S603",
179178
]
180179

0 commit comments

Comments
 (0)