File tree Expand file tree Collapse file tree 2 files changed +36
-4
lines changed Expand file tree Collapse file tree 2 files changed +36
-4
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ repos:
19
19
hooks :
20
20
- id : isort
21
21
- repo : https://github.com/PyCQA/flake8
22
- rev : 7.1.2
22
+ rev : 7.3.0
23
23
hooks :
24
24
- id : flake8
25
25
- repo : https://github.com/pylint-dev/pylint
26
- rev : v3.3.6
26
+ rev : v3.3.7
27
27
hooks :
28
28
- id : pylint
29
29
- repo : https://github.com/pre-commit/mirrors-mypy
30
- rev : v1.15.0
30
+ rev : v1.16.1
31
31
hooks :
32
32
- id : mypy
33
33
additional_dependencies :
36
36
' pydantic>=2.5.3' ,
37
37
]
38
38
- repo : https://github.com/PyCQA/bandit
39
- rev : 1.8.3
39
+ rev : 1.8.5
40
40
hooks :
41
41
- id : bandit
42
42
args : [
Original file line number Diff line number Diff line change
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: [
You can’t perform that action at this time.
0 commit comments