Skip to content

Commit aa8cd7a

Browse files
committed
Update versions of pre-commit hooks
1 parent 80c32ba commit aa8cd7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
default_language_version:
4-
python: python3.11
4+
python: python3.12
55
default_stages: [pre-commit, pre-push]
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -43,7 +43,7 @@ repos:
4343
args:
4444
- --line-length=120
4545
- repo: https://github.com/PyCQA/bandit
46-
rev: '1.7.10'
46+
rev: '1.8.0'
4747
hooks:
4848
- id: bandit
4949
- repo: https://github.com/PyCQA/isort

0 commit comments

Comments
 (0)