Skip to content

Commit 08c7942

Browse files
committed
Update pre-commit hook versions in template
1 parent 4982dd0 commit 08c7942

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: check-merge-conflict
77
- id: debug-statements
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.1.14
11+
rev: v0.14.11
1212
hooks:
1313
- id: ruff
1414
args: ["--fix"]
1515
- id: ruff-format
1616
- repo: https://github.com/pycqa/bandit
17-
rev: 1.7.4
17+
rev: 1.9.2
1818
hooks:
1919
- id: bandit
2020
additional_dependencies: ['.[toml]']

0 commit comments

Comments
 (0)