Skip to content

Commit dcb5472

Browse files
⬆ [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.245 → v0.5.4](astral-sh/ruff-pre-commit@v0.0.245...v0.5.4) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.1.0 → 24.4.2](psf/black@23.1.0...24.4.2) - [github.com/python-poetry/poetry: 1.4.0 → 1.8.0](python-poetry/poetry@1.4.0...1.8.0)
1 parent 394f6fc commit dcb5472

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.6.0
66
hooks:
77
- id: debug-statements
88
- id: detect-private-key
99
- id: end-of-file-fixer
1010
exclude: ^docs
1111
- id: check-executables-have-shebangs
12-
- repo: https://github.com/charliermarsh/ruff-pre-commit
13-
rev: "v0.0.245"
12+
- repo: https://github.com/astral-sh/ruff-pre-commit
13+
rev: "v0.5.4"
1414
hooks:
1515
- id: ruff
1616
args:
1717
- --fix
1818
- repo: https://github.com/pycqa/isort
19-
rev: 5.12.0
19+
rev: 5.13.2
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/psf/black
23-
rev: 23.1.0
23+
rev: 24.4.2
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/python-poetry/poetry
27-
rev: 1.4.0
27+
rev: 1.8.0
2828
hooks:
2929
- id: poetry-check
3030

0 commit comments

Comments
 (0)