Skip to content

Commit 5024018

Browse files
[pre-commit.ci] pre-commit autoupdate (#110)
updates: - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/pre-commit/mirrors-mypy: v0.910 → v0.910-1](pre-commit/mirrors-mypy@v0.910...v0.910-1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 18da965 commit 5024018

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
@@ -19,7 +19,7 @@ repos:
1919
- id: check-merge-conflict
2020
- id: debug-statements
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 3.9.2
22+
rev: 4.0.1
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/adrienverge/yamllint.git
@@ -30,7 +30,7 @@ repos:
3030
types: [file, yaml]
3131
entry: yamllint --strict
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v0.910
33+
rev: v0.910-1
3434
hooks:
3535
- id: mypy
3636
# empty args needed in order to match mypy cli behavior

0 commit comments

Comments
 (0)