Skip to content

Commit 9c69ded

Browse files
Fix: #50. Autoupdate pre-commit hooks
Co-authored-by: Alessandro Consolo <alessandro.consolo@par-tec.it>
1 parent f851d8f commit 9c69ded

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# See https://pre-commit.com/hooks.html for more hooks
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
- id: end-of-file-fixer
@@ -26,7 +26,7 @@ repos:
2626
- --remove-unused-variables
2727
- --remove-all-unused-imports
2828
- repo: https://github.com/psf/black
29-
rev: 24.1.1
29+
rev: 24.10.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/pycqa/isort
@@ -44,11 +44,11 @@ repos:
4444
name: isort (pyi)
4545
types: [pyi]
4646
- repo: https://github.com/PyCQA/flake8
47-
rev: 7.0.0
47+
rev: 7.1.1
4848
hooks:
4949
- id: flake8
5050
- repo: https://github.com/PyCQA/bandit
51-
rev: 1.7.7
51+
rev: 1.7.10
5252
hooks:
5353
- id: bandit
5454
name: bandit

0 commit comments

Comments
 (0)