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

Skip to content

Commit 9516ed4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1) - [github.com/asottile/reorder_python_imports: v2.7.1 → v3.0.1](asottile/reorder-python-imports@v2.7.1...v3.0.1) - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.940](pre-commit/mirrors-mypy@v0.931...v0.940)
1 parent f5116bc commit 9516ed4

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
@@ -25,12 +25,12 @@ repos:
2525
hooks:
2626
- id: validate_manifest
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.31.0
28+
rev: v2.31.1
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232
- repo: https://github.com/asottile/reorder_python_imports
33-
rev: v2.7.1
33+
rev: v3.0.1
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: setup-cfg-fmt
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v0.931
48+
rev: v0.940
4949
hooks:
5050
- id: mypy
5151
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)