Skip to content

Commit da2ba59

Browse files
[pre-commit.ci] pre-commit autoupdate (#74)
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 406df6d commit da2ba59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: black
1414
language_version: python3 # Should be a command that runs python3.6+
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.19.0
16+
rev: v3.19.1
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py39-plus]
@@ -35,6 +35,6 @@ repos:
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.13.0
38+
rev: v1.14.0
3939
hooks:
4040
- id: mypy

0 commit comments

Comments
 (0)