Skip to content

Commit fd66333

Browse files
[pre-commit.ci] pre-commit autoupdate (#122)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.281...v0.0.287) - [github.com/pre-commit/mirrors-eslint: v8.46.0 → v8.48.0](pre-commit/mirrors-eslint@v8.46.0...v8.48.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0...v3.0.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 13f0619 commit fd66333

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
@@ -31,13 +31,13 @@ repos:
3131
- id: black
3232

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

3939
- repo: https://github.com/pre-commit/mirrors-eslint
40-
rev: v8.46.0
40+
rev: v8.48.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.0
53+
rev: v3.0.3
5454
hooks:
5555
- id: prettier

0 commit comments

Comments
 (0)