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

Skip to content

Commit b771946

Browse files
authored
Merge pull request #1941 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4e3ec8e + 19da647 commit b771946

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: validate_manifest
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.19.1
28+
rev: v2.19.4
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py36-plus]
@@ -44,9 +44,10 @@ repos:
4444
hooks:
4545
- id: setup-cfg-fmt
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v0.812
47+
rev: v0.902
4848
hooks:
4949
- id: mypy
50+
additional_dependencies: [types-all]
5051
exclude: ^testing/resources/
5152
- repo: meta
5253
hooks:

0 commit comments

Comments
 (0)