Skip to content

Commit d08d4b0

Browse files
[pre-commit.ci] pre-commit autoupdate (#558)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 74bcb68 commit d08d4b0

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: 24.8.0
30+
rev: 24.10.0
3131
hooks:
3232
- id: black
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.6.9
35+
rev: v0.7.2
3636
hooks:
3737
- id: ruff
3838
args: ['--fix']
@@ -44,7 +44,7 @@ repos:
4444
entry: prettier --no-error-on-unmatched-pattern --write --ignore-unknown
4545

4646
- repo: https://github.com/pre-commit/mirrors-eslint
47-
rev: v9.12.0
47+
rev: v9.14.0
4848
hooks:
4949
- id: eslint
5050
files: \.tsx?$

0 commit comments

Comments
 (0)