Skip to content

Commit 2bc27ff

Browse files
[pre-commit.ci] pre-commit autoupdate (#159)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.3...v0.1.6) - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cb3ee25 commit 2bc27ff

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
@@ -15,7 +15,7 @@ repos:
1515
args: ["--target-version", "3.0"]
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.1.3
18+
rev: v0.1.6
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]
@@ -27,7 +27,7 @@ repos:
2727
args: ["--profile", "black"]
2828

2929
- repo: https://github.com/psf/black
30-
rev: 23.10.1
30+
rev: 23.11.0
3131
hooks:
3232
- id: black
3333

0 commit comments

Comments
 (0)