Skip to content

Commit 2a2e070

Browse files
committed
Update pre-commit hooks
1 parent 88d80c2 commit 2a2e070

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
minimum_pre_commit_version: 2.4.0
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-yaml
99
- id: check-json
@@ -20,13 +20,13 @@ repos:
2020
- id: isort
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.4.2
23+
rev: 24.10.0
2424
hooks:
2525
- id: black
2626

2727
# Flake8 includes pyflakes, pycodestyle, mccabe, pydocstyle, bandit
2828
- repo: https://github.com/pycqa/flake8
29-
rev: 7.1.0
29+
rev: 7.1.1
3030
hooks:
3131
- id: flake8
3232
additional_dependencies: ["flake8-bandit"]

0 commit comments

Comments
 (0)