Skip to content

Commit 0eb2fb6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.2.1](astral-sh/ruff-pre-commit@v0.1.6...v0.2.1) - [github.com/andrei-shabanski/poetry-plugin-sort: v0.2.0 → v0.2.1](andrei-shabanski/poetry-plugin-sort@v0.2.0...v0.2.1)
1 parent 0af7164 commit 0eb2fb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ 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: 24.1.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.2.1
4141
hooks:
4242
- id: ruff
4343
args:
4444
- "--fix"
4545
- "--exit-non-zero-on-fix"
4646
- repo: https://github.com/andrei-shabanski/poetry-plugin-sort
47-
rev: v0.2.0
47+
rev: v0.2.1
4848
hooks:
4949
- id: poetry-sort
5050
- repo: https://github.com/python-poetry/poetry

0 commit comments

Comments
 (0)