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.
fix
format
1 parent 5364053 commit e15caabCopy full SHA for e15caab
1 file changed
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.3.2
+ rev: v0.4.3
4
hooks:
5
- - id: ruff-format
6
- exclude: ^git/ext/
7
- id: ruff
8
args: ["--fix"]
9
exclude: ^git/ext/
+ - id: ruff-format
+ exclude: ^git/ext/
10
11
- repo: https://github.com/shellcheck-py/shellcheck-py
12
rev: v0.9.0.6
0 commit comments