Skip to content

Commit ef22c59

Browse files
[pre-commit.ci] pre-commit autoupdate (#126)
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.6 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.6...v0.1.9) - [github.com/pre-commit/mirrors-eslint: v8.55.0 → v9.0.0-alpha.0](pre-commit/mirrors-eslint@v8.55.0...v9.0.0-alpha.0) - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.3...v4.0.0-alpha.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 16120e9 commit ef22c59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ repos:
2626

2727
# Autoformat: Python code
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.6
34+
rev: v0.1.9
3535
hooks:
3636
- id: ruff
3737
args: ['--fix']
3838

3939
- repo: https://github.com/pre-commit/mirrors-eslint
40-
rev: v8.55.0
40+
rev: v9.0.0-alpha.0
4141
hooks:
4242
- id: eslint
4343
files: \.tsx?$
@@ -50,6 +50,6 @@ repos:
5050
- 'eslint-config-prettier'
5151

5252
- repo: https://github.com/pre-commit/mirrors-prettier
53-
rev: v4.0.0-alpha.3
53+
rev: v4.0.0-alpha.8
5454
hooks:
5555
- id: prettier

0 commit comments

Comments
 (0)