Skip to content

Commit 2ad3017

Browse files
chore: update pre-commit hooks
updates: - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/seddonym/import-linter: v2.6 → v2.7](seddonym/import-linter@v2.6...v2.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent d3f45cc commit 2ad3017

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

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.21.1
30+
rev: v3.21.2
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py38-plus]
3434

3535
- repo: https://github.com/seddonym/import-linter
36-
rev: v2.6
36+
rev: v2.7
3737
hooks:
3838
- id: import-linter
3939

@@ -57,7 +57,7 @@ repos:
5757
args: [--config=pyproject.toml]
5858

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

0 commit comments

Comments
 (0)