Skip to content

Commit 991e2a1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d → c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc](PyCQA/isort@0a0b7a8...c8ab4a5) - [github.com/PyCQA/flake8: e43806be3607110919eff72939fda031776e885a → 4b5e89b4b108a6c1a000c591d334a99a80d34c7b](PyCQA/flake8@e43806b...4b5e89b) - [github.com/pre-commit/mirrors-mypy: bbc3dc1f890007061f18f17e2334f216ea9e5df7 → 7010b10a09f65cd60a23c207349b539aa36dbec1](pre-commit/mirrors-mypy@bbc3dc1...7010b10)
1 parent 5ebb567 commit 991e2a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- flake8-builtins
1515
- flake8-comprehensions
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d # frozen: 6.0.0
17+
rev: c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc # frozen: 6.0.1
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/psf/black-pre-commit-mirror
@@ -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: 4b5e89b4b108a6c1a000c591d334a99a80d34c7b # frozen: 7.2.0
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: 7010b10a09f65cd60a23c207349b539aa36dbec1 # frozen: v1.16.0
4848
hooks:
4949
- id: mypy
5050
args: ["--scripts-are-modules"]

0 commit comments

Comments
 (0)