Skip to content

Commit fc725e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.6...v0.1.9)
1 parent 0af7164 commit fc725e8

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
@@ -32,12 +32,12 @@ repos:
3232
- id: python-check-blanket-noqa
3333
- id: python-check-blanket-type-ignore
3434
- repo: https://github.com/psf/black
35-
rev: 23.11.0
35+
rev: 23.12.1
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
3939
# Ruff version.
40-
rev: v0.1.6
40+
rev: v0.1.9
4141
hooks:
4242
- id: ruff
4343
args:

0 commit comments

Comments
 (0)