We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4982dd0 commit 08c7942Copy full SHA for 08c7942
1 file changed
{{cookiecutter.project_name}}/.pre-commit-config.yaml
@@ -1,20 +1,20 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v6.0.0
4
hooks:
5
- id: check-yaml
6
- id: check-merge-conflict
7
- id: debug-statements
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: v0.1.14
+ rev: v0.14.11
12
13
- id: ruff
14
args: ["--fix"]
15
- id: ruff-format
16
- repo: https://github.com/pycqa/bandit
17
- rev: 1.7.4
+ rev: 1.9.2
18
19
- id: bandit
20
additional_dependencies: ['.[toml]']
0 commit comments