Skip to content

Commit 71a479f

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#59)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e002846 commit 71a479f

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
@@ -34,7 +34,7 @@ repos:
3434
- id: prettier
3535
args: ["--tab-width", "2"]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.19.0
37+
rev: v3.19.1
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py39-plus]
@@ -47,7 +47,7 @@ repos:
4747
hooks:
4848
- id: flake8
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.13.0
50+
rev: v1.14.0
5151
hooks:
5252
- id: mypy
5353
additional_dependencies: []
@@ -66,7 +66,7 @@ repos:
6666
- id: prettier
6767
args: ["--tab-width", "2"]
6868
- repo: https://github.com/astral-sh/ruff-pre-commit
69-
rev: v0.8.3
69+
rev: v0.8.4
7070
hooks:
7171
- id: ruff
7272
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)