Skip to content

Commit 1519a15

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 232cc32 commit 1519a15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: double-quote-string-fixer
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 3.9.2
13+
rev: 4.0.1
1414
hooks:
1515
- id: flake8
1616
- repo: https://github.com/pre-commit/mirrors-autopep8
@@ -33,7 +33,7 @@ repos:
3333
- id: add-trailing-comma
3434
args: [--py36-plus]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v0.910
36+
rev: v0.910-1
3737
hooks:
3838
- id: mypy
3939
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)