Skip to content

Commit e4b9ee7

Browse files
chore: update pre-commit hooks
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent f8901a8 commit e4b9ee7

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
@@ -27,7 +27,7 @@ repos:
2727
args: [--autofix, --indent, '4']
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.19.1
30+
rev: v3.20.0
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py38-plus]
@@ -57,7 +57,7 @@ repos:
5757
args: [--config=pyproject.toml]
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.15.0
60+
rev: v1.16.0
6161
hooks:
6262
- id: mypy
6363
additional_dependencies: [pydantic, numpy, types-Jinja2]

0 commit comments

Comments
 (0)