Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 247d892

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/asottile/setup-cfg-fmt: v1.17.0 → v1.18.0](asottile/setup-cfg-fmt@v1.17.0...v1.18.0) - [github.com/pre-commit/mirrors-mypy: v0.910 → v0.910-1](pre-commit/mirrors-mypy@v0.910...v0.910-1)
1 parent 6872289 commit 247d892

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: requirements-txt-fixer
1313
- id: double-quote-string-fixer
1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 3.9.2
15+
rev: 4.0.1
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-typing-imports==1.10.0]
@@ -40,11 +40,11 @@ repos:
4040
- id: add-trailing-comma
4141
args: [--py36-plus]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v1.17.0
43+
rev: v1.18.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v0.910
47+
rev: v0.910-1
4848
hooks:
4949
- id: mypy
5050
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)