Skip to content

Commit 16120e9

Browse files
[pre-commit.ci] pre-commit autoupdate (#125)
updates: - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [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-eslint: v8.53.0 → v8.55.0](pre-commit/mirrors-eslint@v8.53.0...v8.55.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 371757b commit 16120e9

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
@@ -26,18 +26,18 @@ repos:
2626

2727
# Autoformat: Python code
2828
- repo: https://github.com/psf/black
29-
rev: 23.10.1
29+
rev: 23.11.0
3030
hooks:
3131
- id: black
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.1.4
34+
rev: v0.1.6
3535
hooks:
3636
- id: ruff
3737
args: ['--fix']
3838

3939
- repo: https://github.com/pre-commit/mirrors-eslint
40-
rev: v8.53.0
40+
rev: v8.55.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: v3.0.3
53+
rev: v4.0.0-alpha.3
5454
hooks:
5555
- id: prettier

0 commit comments

Comments
 (0)