Skip to content

Commit ff0a3b0

Browse files
[pre-commit.ci] pre-commit autoupdate (#112)
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.270...v0.0.276) - [github.com/pre-commit/mirrors-eslint: v8.42.0 → v8.44.0](pre-commit/mirrors-eslint@v8.42.0...v8.44.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e714c23 commit ff0a3b0

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
@@ -30,14 +30,14 @@ repos:
3030
hooks:
3131
- id: black
3232

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

3939
- repo: https://github.com/pre-commit/mirrors-eslint
40-
rev: v8.42.0
40+
rev: v8.44.0
4141
hooks:
4242
- id: eslint
4343
files: \.tsx?$

0 commit comments

Comments
 (0)