Skip to content

Commit 143ecfd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.7](astral-sh/ruff-pre-commit@v0.0.292...v0.1.7) - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0)
1 parent d22ae8d commit 143ecfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repos:
1818
args:
1919
- --py38-plus
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.0.292
21+
rev: v0.1.7
2222
hooks:
2323
- id: ruff
2424
args:
2525
- --fix
2626
- repo: https://github.com/psf/black
27-
rev: 23.9.1
27+
rev: 23.11.0
2828
hooks:
2929
- id: black

0 commit comments

Comments
 (0)