Skip to content

Commit cfb32cb

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

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
@@ -2,7 +2,7 @@ fail_fast: false
22

33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 23.10.1
5+
rev: 23.11.0
66
hooks:
77
- id: black
88
args: [--config, "./pyproject.toml"]
@@ -14,7 +14,7 @@ repos:
1414
args: [--settings-path, "./pyproject.toml"]
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.1.4
17+
rev: v0.1.6
1818
hooks:
1919
- id: ruff
2020

0 commit comments

Comments
 (0)