Skip to content

Commit da60d99

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#160)
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 c07015a commit da60d99

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
@@ -33,7 +33,7 @@ repos:
3333
# hooks:
3434
# - id: prettier
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v3.19.0
36+
rev: v3.19.1
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py37-plus]
@@ -54,7 +54,7 @@ repos:
5454
hooks:
5555
- id: flake8
5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.13.0
57+
rev: v1.14.0
5858
hooks:
5959
- id: mypy
6060
- repo: https://github.com/PyCQA/bandit

0 commit comments

Comments
 (0)