Skip to content

Commit 9463110

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](pre-commit/mirrors-mypy@v1.10.1...v1.11.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](pre-commit/mirrors-mypy@v1.10.1...v1.11.0)
1 parent 0b3c2f3 commit 9463110

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
args: [--target-version=py36]
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.16.0
21+
rev: v3.17.0
2222
hooks:
2323
- id: pyupgrade
2424
args:
@@ -62,13 +62,13 @@ repos:
6262
]
6363

6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.10.1
65+
rev: v1.11.0
6666
hooks:
6767
- id: mypy
6868
additional_dependencies: ['PyYAML', 'types-PyYAML']
6969

7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: v1.10.1
71+
rev: v1.11.0
7272
hooks:
7373
- id: mypy
7474
additional_dependencies: ['PyYAML', 'types-PyYAML']

0 commit comments

Comments
 (0)