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.
1 parent 9acf3d4 commit b8cc14eCopy full SHA for b8cc14e
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: check-toml
13
- id: check-added-large-files
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.12.2
+ rev: v0.12.7
16
hooks:
17
- id: ruff-check
18
args: [ --fix ]
tox.ini
@@ -73,7 +73,6 @@ skip_install = true
73
commands =
74
ruff check --fix
75
ruff format
76
- ruff check --select ISC001
77
78
[testenv:spellcheck]
79
description = Check spelling
0 commit comments