Skip to content

Commit e95e5a7

Browse files
chore: pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.3) - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.5...v0.1.6) - [github.com/pre-commit/mirrors-mypy.git: v1.7.0 → v1.7.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.7.0...v1.7.1)
1 parent 0543ae8 commit e95e5a7

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
@@ -39,7 +39,7 @@ repos:
3939

4040
- repo: https://github.com/pre-commit/mirrors-prettier
4141
# keep it before yamllint
42-
rev: v3.1.0
42+
rev: v4.0.0-alpha.3
4343
hooks:
4444
- id: prettier
4545
always_run: true
@@ -64,7 +64,7 @@ repos:
6464
- id: tox-ini-fmt
6565

6666
- repo: https://github.com/astral-sh/ruff-pre-commit
67-
rev: v0.1.5
67+
rev: v0.1.6
6868
hooks:
6969
- id: ruff
7070
args: [--fix, --exit-non-zero-on-fix]
@@ -93,7 +93,7 @@ repos:
9393
- tox
9494

9595
- repo: https://github.com/pre-commit/mirrors-mypy.git
96-
rev: v1.7.0
96+
rev: v1.7.1
9797
hooks:
9898
- id: mypy
9999
additional_dependencies:

0 commit comments

Comments
 (0)