Skip to content

Commit 5474196

Browse files
rahul-tuligithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent c0a0c75 commit 5474196

File tree

2 files changed

+58
-7
lines changed

2 files changed

+58
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@ 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
1010
- id: trailing-whitespace
1111
- id: no-commit-to-branch
1212
args: ['--branch', 'main']
1313
- repo: https://github.com/psf/black
14-
rev: 25.1.0
14+
rev: 25.9.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pycqa/isort
18-
rev: 6.0.1
18+
rev: 6.1.0
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 7.1.2
22+
rev: 7.3.0
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/pylint-dev/pylint
26-
rev: v3.3.6
26+
rev: v3.3.8
2727
hooks:
2828
- id: pylint
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.15.0
30+
rev: v1.18.2
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: [

pre-commit-update.diff

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
2+
index f627ec1..1b303aa 100644
3+
--- a/.pre-commit-config.yaml
4+
+++ b/.pre-commit-config.yaml
5+
@@ -3,7 +3,7 @@ default_language_version:
6+
7+
repos:
8+
- repo: https://github.com/pre-commit/pre-commit-hooks
9+
- rev: v5.0.0
10+
+ rev: v6.0.0
11+
hooks:
12+
- id: check-yaml
13+
- id: end-of-file-fixer
14+
@@ -11,23 +11,23 @@ repos:
15+
- id: no-commit-to-branch
16+
args: ['--branch', 'main']
17+
- repo: https://github.com/psf/black
18+
- rev: 25.1.0
19+
+ rev: 25.9.0
20+
hooks:
21+
- id: black
22+
- repo: https://github.com/pycqa/isort
23+
- rev: 6.0.1
24+
+ rev: 6.1.0
25+
hooks:
26+
- id: isort
27+
- repo: https://github.com/PyCQA/flake8
28+
- rev: 7.1.2
29+
+ rev: 7.3.0
30+
hooks:
31+
- id: flake8
32+
- repo: https://github.com/pylint-dev/pylint
33+
- rev: v3.3.6
34+
+ rev: v3.3.8
35+
hooks:
36+
- id: pylint
37+
- repo: https://github.com/pre-commit/mirrors-mypy
38+
- rev: v1.15.0
39+
+ rev: v1.18.2
40+
hooks:
41+
- id: mypy
42+
additional_dependencies:
43+
@@ -36,7 +36,7 @@ repos:
44+
'pydantic>=2.5.3',
45+
]
46+
- repo: https://github.com/PyCQA/bandit
47+
- rev: 1.8.3
48+
+ rev: 1.8.6
49+
hooks:
50+
- id: bandit
51+
args: [

0 commit comments

Comments
 (0)