Skip to content

Commit 27f8d72

Browse files
chore: update pre-commit hooks (#25)
updates: - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.13](astral-sh/ruff-pre-commit@v0.1.7...v0.1.13) - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f17bf50 commit 27f8d72

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
@@ -26,12 +26,12 @@ repos:
2626
args: [--autofix]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 23.11.0
29+
rev: 23.12.1
3030
hooks:
3131
- id: black
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.1.7
34+
rev: v0.1.13
3535
hooks:
3636
- id: ruff
3737
args: [--fix-only, --show-fixes]
@@ -55,7 +55,7 @@ repos:
5555
additional_dependencies: [black==23.*]
5656

5757
- repo: https://github.com/pre-commit/mirrors-prettier
58-
rev: v4.0.0-alpha.4
58+
rev: v4.0.0-alpha.8
5959
hooks:
6060
- id: prettier
6161
types_or: [yaml, toml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)