Skip to content

Commit

Permalink
chore: bump linters and mypy (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Jan 3, 2024
1 parent 23a225e commit 1928691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -19,7 +19,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies: [types-pyOpenSSL==23.2.0.2, types-requests==2.31.0.10]
Expand All @@ -28,7 +28,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: local
Expand Down
2 changes: 1 addition & 1 deletion local-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ autobahn==23.1.2
black==23.9.1
flake8==6.1.0
flaky==3.7.0
mypy==1.5.1
mypy==1.8.0
objgraph==3.6.0
Pillow==10.0.1
pixelmatch==0.3.0
Expand Down

0 comments on commit 1928691

Please sign in to comment.