Joshua Sundance Bailey
commited on
Commit
·
50b28c9
1
Parent(s):
c8b4603
update ruff
Browse files- .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
exclude: "AI_CHANGELOG.md"
|
11 |
repos:
|
12 |
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
13 |
-
rev: "v0.0.
|
14 |
hooks:
|
15 |
- id: ruff
|
16 |
args: [--fix, --exit-non-zero-on-fix, --ignore, E501]
|
|
|
10 |
exclude: "AI_CHANGELOG.md"
|
11 |
repos:
|
12 |
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
13 |
+
rev: "v0.0.291"
|
14 |
hooks:
|
15 |
- id: ruff
|
16 |
args: [--fix, --exit-non-zero-on-fix, --ignore, E501]
|