Skip to content

Commit 7941848

Browse files
ci(pre-commit.ci): ⬆ pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.255 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.255...v0.0.292) - [github.com/psf/black: 23.1.0 → 23.9.1](psf/black@23.1.0...23.9.1) - [github.com/python-poetry/poetry: 1.4.1 → 1.6.0](python-poetry/poetry@1.4.1...1.6.0)
1 parent 8b41206 commit 7941848

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ exclude: |
1919
2020
repos:
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.4.0
22+
rev: v4.5.0
2323
hooks:
2424
- id: debug-statements
2525
- id: detect-private-key
2626
- id: end-of-file-fixer
2727
- id: check-executables-have-shebangs
28-
- repo: https://github.com/charliermarsh/ruff-pre-commit
29-
rev: "v0.0.255"
28+
- repo: https://github.com/astral-sh/ruff-pre-commit
29+
rev: "v0.0.292"
3030
hooks:
3131
- id: ruff
3232
args:
@@ -36,11 +36,11 @@ repos:
3636
hooks:
3737
- id: isort
3838
- repo: https://github.com/psf/black
39-
rev: 23.1.0
39+
rev: 23.9.1
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/python-poetry/poetry
43-
rev: 1.4.1
43+
rev: 1.6.0
4444
hooks:
4545
- id: poetry-check
4646
files: "^(pyproject.toml|poetry.lock)$"

0 commit comments

Comments
 (0)