Skip to content

Commit fb45650

Browse files
[pre-commit.ci] pre-commit autoupdate (#123)
updates: - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.287...v0.0.292) - [github.com/pre-commit/mirrors-eslint: v8.48.0 → v8.50.0](pre-commit/mirrors-eslint@v8.48.0...v8.50.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fd66333 commit fb45650

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

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

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

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

0 commit comments

Comments
 (0)