Skip to content

Commit db85eee

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent cb14bc2 commit db85eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: add-trailing-comma
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.19.0
27+
rev: v3.19.1
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py39-plus]
@@ -37,7 +37,7 @@ repos:
3737
hooks:
3838
- id: flake8
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.13.0
40+
rev: v1.14.0
4141
hooks:
4242
- id: mypy
4343
additional_dependencies: [types-pyyaml]

0 commit comments

Comments
 (0)