Karim shoair commited on
Commit ·
ae6e6c8
1
Parent(s): 35e5856
chore: automatic update of pre-commit hooks
Browse files- .pre-commit-config.yaml +3 -3
.pre-commit-config.yaml
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
repos:
|
| 2 |
- repo: https://github.com/PyCQA/bandit
|
| 3 |
-
rev: 1.
|
| 4 |
hooks:
|
| 5 |
- id: bandit
|
| 6 |
args: [-r, -c, .bandit.yml]
|
| 7 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
| 8 |
# Ruff version.
|
| 9 |
-
rev: v0.
|
| 10 |
hooks:
|
| 11 |
# Run the linter.
|
| 12 |
- id: ruff
|
|
@@ -14,7 +14,7 @@ repos:
|
|
| 14 |
# Run the formatter.
|
| 15 |
- id: ruff-format
|
| 16 |
- repo: https://github.com/netromdk/vermin
|
| 17 |
-
rev: v1.
|
| 18 |
hooks:
|
| 19 |
- id: vermin
|
| 20 |
args: ['-t=3.10-', '--violations', '--eval-annotations', '--no-tips']
|
|
|
|
| 1 |
repos:
|
| 2 |
- repo: https://github.com/PyCQA/bandit
|
| 3 |
+
rev: 1.9.0
|
| 4 |
hooks:
|
| 5 |
- id: bandit
|
| 6 |
args: [-r, -c, .bandit.yml]
|
| 7 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
| 8 |
# Ruff version.
|
| 9 |
+
rev: v0.14.5
|
| 10 |
hooks:
|
| 11 |
# Run the linter.
|
| 12 |
- id: ruff
|
|
|
|
| 14 |
# Run the formatter.
|
| 15 |
- id: ruff-format
|
| 16 |
- repo: https://github.com/netromdk/vermin
|
| 17 |
+
rev: v1.7.0
|
| 18 |
hooks:
|
| 19 |
- id: vermin
|
| 20 |
args: ['-t=3.10-', '--violations', '--eval-annotations', '--no-tips']
|