File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.4 .0
5
+ rev : v4.5 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
19
19
hooks :
20
20
- id : black
21
21
- repo : https://github.com/pre-commit/mirrors-mypy
22
- rev : v1.5.1
22
+ rev : v1.8.0
23
23
hooks :
24
24
- id : mypy
25
25
additional_dependencies : [types-pyOpenSSL==23.2.0.2, types-requests==2.31.0.10]
28
28
hooks :
29
29
- id : flake8
30
30
- repo : https://github.com/pycqa/isort
31
- rev : 5.12.0
31
+ rev : 5.13.2
32
32
hooks :
33
33
- id : isort
34
34
- repo : local
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ autobahn==23.1.2
3
3
black==23.9.1
4
4
flake8==6.1.0
5
5
flaky==3.7.0
6
- mypy==1.5.1
6
+ mypy==1.8.0
7
7
objgraph==3.6.0
8
8
Pillow==10.0.1
9
9
pixelmatch==0.3.0
You can’t perform that action at this time.
0 commit comments