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 0fdca35 commit 6aabd5aCopy full SHA for 6aabd5a
.pre-commit-config.yaml
@@ -12,13 +12,13 @@ repos:
12
- id: check-toml
13
- id: check-added-large-files
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.7.4
+ rev: v0.12.2
16
hooks:
17
- name: ruff check --fix
18
- id: ruff
+ id: ruff-check
19
args: [ --fix ]
20
- name: ruff format
21
id: ruff-format
22
- name: fix implicit string concatenation
23
24
args: [ --select, ISC001, --fix ]
0 commit comments