Skip to content

Commit 732ea7c

Browse files
[pre-commit.ci] pre-commit autoupdate (#249)
updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.9...v0.2.0) - [github.com/pre-commit/mirrors-eslint: v9.0.0-alpha.0 → v9.0.0-alpha.2](pre-commit/mirrors-eslint@v9.0.0-alpha.0...v9.0.0-alpha.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent aec83a2 commit 732ea7c

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
@@ -27,12 +27,12 @@ repos:
2727

2828
# Autoformat: Python code
2929
- repo: https://github.com/psf/black
30-
rev: 23.12.1
30+
rev: 24.1.1
3131
hooks:
3232
- id: black
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.1.9
35+
rev: v0.2.0
3636
hooks:
3737
- id: ruff
3838
args: ['--fix']
@@ -43,7 +43,7 @@ repos:
4343
- id: prettier
4444

4545
- repo: https://github.com/pre-commit/mirrors-eslint
46-
rev: v9.0.0-alpha.0
46+
rev: v9.0.0-alpha.2
4747
hooks:
4848
- id: eslint
4949
files: \.tsx?$

0 commit comments

Comments
 (0)