Skip to content

Commit 11a84ae

Browse files
⬆️ auto update by pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.5.6](astral-sh/ruff-pre-commit@v0.1.9...v0.5.6) - [github.com/psf/black: 23.12.1 → 24.8.0](psf/black@23.12.1...24.8.0)
1 parent 275bd29 commit 11a84ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.1.9
10+
rev: v0.5.6
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
@@ -20,7 +20,7 @@ repos:
2020
stages: [commit]
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.12.1
23+
rev: 24.8.0
2424
hooks:
2525
- id: black
2626
stages: [commit]

0 commit comments

Comments
 (0)