Skip to content

Commit 97eff94

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.4...v0.1.6) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0](pre-commit/mirrors-prettier@v3.0.3...v3.1.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.1](pre-commit/mirrors-mypy@v1.6.1...v1.7.1)
1 parent e151700 commit 97eff94

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
@@ -5,13 +5,13 @@
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.1.6
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: v3.1.0
1515
hooks:
1616
- id: prettier
1717
exclude: front/package-lock\.json
@@ -22,7 +22,7 @@ repos:
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.7.1
2626
hooks:
2727
- id: mypy
2828
additional_dependencies:

0 commit comments

Comments
 (0)