We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594bff7 commit ec06be9Copy full SHA for ec06be9
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v4.6.0
+ rev: v5.0.0
10
hooks:
11
- id: check-added-large-files
12
- id: check-case-conflict
@@ -24,14 +24,14 @@ repos:
24
- id: trailing-whitespace
25
26
- repo: https://github.com/PyCQA/bandit
27
- rev: 1.7.9
+ rev: 1.8.0
28
29
- id: bandit
30
args: ["-c", "pyproject.toml"]
31
additional_dependencies: ["bandit[toml]"]
32
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
- rev: v0.6.4
+ rev: v0.8.4
35
36
- id: ruff-format
37
- id: ruff
0 commit comments