File tree Expand file tree Collapse file tree 2 files changed +56
-6
lines changed Expand file tree Collapse file tree 2 files changed +56
-6
lines changed Original file line number Diff line number Diff line change @@ -3,31 +3,31 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v5 .0.0
6
+ rev : v6 .0.0
7
7
hooks :
8
8
- id : check-yaml
9
9
- id : end-of-file-fixer
10
10
- id : trailing-whitespace
11
11
- id : no-commit-to-branch
12
12
args : ['--branch', 'main']
13
13
- repo : https://github.com/psf/black
14
- rev : 25.1 .0
14
+ rev : 25.9 .0
15
15
hooks :
16
16
- id : black
17
17
- repo : https://github.com/pycqa/isort
18
18
rev : 6.0.1
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.8
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.18.2
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.6
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..ec465dd 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,7 +11,7 @@ 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
+ @@ -19,15 +19,15 @@ repos:
24
+ hooks:
25
+ - id: isort
26
+ - repo: https://github.com/PyCQA/flake8
27
+ - rev: 7.1.2
28
+ + rev: 7.3.0
29
+ hooks:
30
+ - id: flake8
31
+ - repo: https://github.com/pylint-dev/pylint
32
+ - rev: v3.3.6
33
+ + rev: v3.3.8
34
+ hooks:
35
+ - id: pylint
36
+ - repo: https://github.com/pre-commit/mirrors-mypy
37
+ - rev: v1.15.0
38
+ + rev: v1.18.2
39
+ hooks:
40
+ - id: mypy
41
+ additional_dependencies:
42
+ @@ -36,7 +36,7 @@ repos:
43
+ 'pydantic>=2.5.3',
44
+ ]
45
+ - repo: https://github.com/PyCQA/bandit
46
+ - rev: 1.8.3
47
+ + rev: 1.8.6
48
+ hooks:
49
+ - id: bandit
50
+ args: [
You can’t perform that action at this time.
0 commit comments