Skip to content

Commit 1386f88

Browse files
chore: update pre-commit hooks (#27)
updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.13...v0.1.14) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9ef6bd6 commit 1386f88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ repos:
2626
args: [--autofix]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 23.12.1
29+
rev: 24.1.1
3030
hooks:
3131
- id: black
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.1.13
34+
rev: v0.1.14
3535
hooks:
3636
- id: ruff
3737
args: [--fix-only, --show-fixes]

0 commit comments

Comments
 (0)