Skip to content

Commit b70695c

Browse files
chiragjngithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent 7878802 commit b70695c

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

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-yaml
99
- id: end-of-file-fixer
@@ -19,15 +19,15 @@ repos:
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 7.2.0
22+
rev: 7.3.0
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/pylint-dev/pylint
26-
rev: v3.3.7
26+
rev: v3.3.8
2727
hooks:
2828
- id: pylint
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.16.0
30+
rev: v1.18.1
3131
hooks:
3232
- id: mypy
3333
additional_dependencies:
@@ -36,7 +36,7 @@ repos:
3636
'pydantic>=2.5.3',
3737
]
3838
- repo: https://github.com/PyCQA/bandit
39-
rev: 1.8.3
39+
rev: 1.8.6
4040
hooks:
4141
- id: bandit
4242
args: [

0 commit comments

Comments
 (0)