Skip to content

Commit 94ed5da

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.4.9](astral-sh/ruff-pre-commit@v0.1.4...v0.4.9) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.10.0](pre-commit/mirrors-mypy@v1.6.1...v1.10.0)
1 parent e151700 commit 94ed5da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
# Note the order is intentional to avoid multiple passes of the hooks
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.1.4
8+
rev: v0.4.9
99
hooks:
1010
- id: ruff
1111
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
1212
- id: ruff-format
1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v3.0.3
14+
rev: v4.0.0-alpha.8
1515
hooks:
1616
- id: prettier
1717
exclude: front/package-lock\.json
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.5.0
19+
rev: v4.6.0
2020
hooks:
2121
- id: trailing-whitespace
2222
- id: end-of-file-fixer
2323
- id: debug-statements
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.6.1
25+
rev: v1.10.0
2626
hooks:
2727
- id: mypy
2828
additional_dependencies:

0 commit comments

Comments
 (0)