Skip to content

Commit 79cdcd3

Browse files
committed
chore: [gh] version bumps in .pre-commit-config.yaml [skip ci]
1 parent 10e7940 commit 79cdcd3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
python: python3.11
44
repos:
55
- repo: https://github.com/codespell-project/codespell
6-
rev: v2.4.1
6+
rev: v2.4.2
77
hooks:
88
- id: codespell
99
args: ["--ignore-words=codespell.txt"]
@@ -13,15 +13,15 @@ repos:
1313
hooks:
1414
- id: prettier
1515
- repo: https://github.com/psf/black
16-
rev: 25.12.0
16+
rev: 26.3.1
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
2020
rev: 7.3.0
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 7.0.0
24+
rev: 8.0.1
2525
hooks:
2626
- id: isort
2727
args: ["--settings-path=pyproject.toml"]
@@ -33,7 +33,7 @@ repos:
3333
language: script
3434
types: [python]
3535
- repo: https://github.com/PyCQA/bandit
36-
rev: 1.9.2
36+
rev: 1.9.4
3737
hooks:
3838
- id: bandit
3939
args: ["-ll"]
@@ -61,7 +61,7 @@ repos:
6161
- id: check-merge-conflict
6262
- id: debug-statements
6363
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
64-
rev: v9.23.0
64+
rev: v9.24.0
6565
hooks:
6666
- id: commitlint
6767
stages: [commit-msg]

0 commit comments

Comments
 (0)