Skip to content

Commit 33a3968

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: e43806be3607110919eff72939fda031776e885a → bddd87797f8dfc07d2a10c894776018d9bec590b](PyCQA/flake8@e43806b...bddd877) - [github.com/pre-commit/mirrors-mypy: bbc3dc1f890007061f18f17e2334f216ea9e5df7 → f40886d54c729f533f864ed6ce584e920feb0af7](pre-commit/mirrors-mypy@bbc3dc1...f40886d)
1 parent 5ebb567 commit 33a3968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ repos:
3636
- id: python-check-blanket-noqa
3737
- id: python-check-blanket-type-ignore
3838
- repo: https://github.com/PyCQA/flake8
39-
rev: e43806be3607110919eff72939fda031776e885a # frozen: 7.1.1
39+
rev: bddd87797f8dfc07d2a10c894776018d9bec590b # frozen: 7.1.2
4040
hooks:
4141
- id: flake8
4242
additional_dependencies:
4343
- flake8-bugbear
4444
- flake8-builtins
4545
- flake8-comprehensions
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: bbc3dc1f890007061f18f17e2334f216ea9e5df7 # frozen: v1.14.1
47+
rev: f40886d54c729f533f864ed6ce584e920feb0af7 # frozen: v1.15.0
4848
hooks:
4949
- id: mypy
5050
args: ["--scripts-are-modules"]

0 commit comments

Comments
 (0)