Skip to content

Commit 652ca84

Browse files
chore: update pre-commit hooks (#241)
updates: - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0) - [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e80e672 commit 652ca84

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

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.18.0
30+
rev: v3.19.0
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py38-plus]
@@ -44,7 +44,7 @@ repos:
4444
args: [--settings-path, pyproject.toml]
4545

4646
- repo: https://github.com/adamchainz/blacken-docs
47-
rev: 1.19.0
47+
rev: 1.19.1
4848
hooks:
4949
- id: blacken-docs
5050
additional_dependencies:
@@ -57,7 +57,7 @@ repos:
5757
args: [--config=pyproject.toml]
5858

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

0 commit comments

Comments
 (0)