Skip to content

Commit 93f01fd

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

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ repos:
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.7
2727
hooks:
2828
- id: pylint
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.15.0
30+
rev: v1.16.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.5
4040
hooks:
4141
- id: bandit
4242
args: [

pre-commit-update.diff

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
2+
index f627ec1..a029ba3 100644
3+
--- a/.pre-commit-config.yaml
4+
+++ b/.pre-commit-config.yaml
5+
@@ -19,15 +19,15 @@ repos:
6+
hooks:
7+
- id: isort
8+
- repo: https://github.com/PyCQA/flake8
9+
- rev: 7.1.2
10+
+ rev: 7.3.0
11+
hooks:
12+
- id: flake8
13+
- repo: https://github.com/pylint-dev/pylint
14+
- rev: v3.3.6
15+
+ rev: v3.3.7
16+
hooks:
17+
- id: pylint
18+
- repo: https://github.com/pre-commit/mirrors-mypy
19+
- rev: v1.15.0
20+
+ rev: v1.16.1
21+
hooks:
22+
- id: mypy
23+
additional_dependencies:
24+
@@ -36,7 +36,7 @@ repos:
25+
'pydantic>=2.5.3',
26+
]
27+
- repo: https://github.com/PyCQA/bandit
28+
- rev: 1.8.3
29+
+ rev: 1.8.5
30+
hooks:
31+
- id: bandit
32+
args: [

0 commit comments

Comments
 (0)