Skip to content

Commit 8782e8a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v2.3.0 → v2.4.0](asottile/setup-cfg-fmt@v2.3.0...v2.4.0) - [github.com/asottile/add-trailing-comma: v2.4.0 → v3.0.0](asottile/add-trailing-comma@v2.4.0...v3.0.0) - [github.com/asottile/pyupgrade: v3.4.0 → v3.8.0](asottile/pyupgrade@v3.4.0...v3.8.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)
1 parent bee94a3 commit 8782e8a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: requirements-txt-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/asottile/setup-cfg-fmt
11-
rev: v2.3.0
11+
rev: v2.4.0
1212
hooks:
1313
- id: setup-cfg-fmt
1414
- repo: https://github.com/PyCQA/flake8
@@ -21,16 +21,16 @@ repos:
2121
hooks:
2222
- id: autopep8
2323
- repo: https://github.com/asottile/add-trailing-comma
24-
rev: v2.4.0
24+
rev: v3.0.0
2525
hooks:
2626
- id: add-trailing-comma
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.4.0
28+
rev: v3.8.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.3.0
33+
rev: v1.4.1
3434
hooks:
3535
- id: mypy
3636
exclude: ^tests/

0 commit comments

Comments
 (0)