Skip to content

Commit 1928691

Browse files
authored
chore: bump linters and mypy (#2222)
1 parent 23a225e commit 1928691

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.5.1
22+
rev: v1.8.0
2323
hooks:
2424
- id: mypy
2525
additional_dependencies: [types-pyOpenSSL==23.2.0.2, types-requests==2.31.0.10]
@@ -28,7 +28,7 @@ repos:
2828
hooks:
2929
- id: flake8
3030
- repo: https://github.com/pycqa/isort
31-
rev: 5.12.0
31+
rev: 5.13.2
3232
hooks:
3333
- id: isort
3434
- repo: local

local-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ autobahn==23.1.2
33
black==23.9.1
44
flake8==6.1.0
55
flaky==3.7.0
6-
mypy==1.5.1
6+
mypy==1.8.0
77
objgraph==3.6.0
88
Pillow==10.0.1
99
pixelmatch==0.3.0

0 commit comments

Comments
 (0)