Skip to content

Commit b68b7bd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v1.17.0 → v1.19.0](asottile/setup-cfg-fmt@v1.17.0...v1.19.0) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/PyCQA/isort: 5.8.0 → 5.10.0](PyCQA/isort@5.8.0...5.10.0) - [github.com/psf/black: 21.5b2 → 21.10b0](psf/black@21.5b2...21.10b0) - [github.com/asottile/pyupgrade: v2.19.0 → v2.29.0](asottile/pyupgrade@v2.19.0...v2.29.0) - [github.com/pre-commit/mirrors-mypy: v0.812 → v0.910-1](pre-commit/mirrors-mypy@v0.812...v0.910-1)
1 parent 50aa43f commit b68b7bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/asottile/setup-cfg-fmt
9-
rev: v1.17.0
9+
rev: v1.19.0
1010
hooks:
1111
- id: setup-cfg-fmt
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 3.9.2
13+
rev: 4.0.1
1414
hooks:
1515
- id: flake8
1616
additional_dependencies: [flake8-typing-imports==1.7.0]
@@ -20,20 +20,20 @@ repos:
2020
- id: autoflake
2121
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.8.0
23+
rev: 5.10.0
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/psf/black
27-
rev: 21.5b2
27+
rev: 21.10b0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.19.0
31+
rev: v2.29.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py37-plus]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v0.812
36+
rev: v0.910-1
3737
hooks:
3838
- id: mypy
3939
- repo: https://github.com/nbQA-dev/nbQA

0 commit comments

Comments
 (0)