Skip to content

Commit 5b9fcd1

Browse files
ci(pre-commit.ci): ⬆ pre-commit autoupdate
updates: - 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.280](astral-sh/ruff-pre-commit@v0.0.255...v0.0.280) - [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0) - [github.com/python-poetry/poetry: 1.4.1 → 1.5.0](python-poetry/poetry@1.4.1...1.5.0)
1 parent 7223ea7 commit 5b9fcd1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ repos:
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.280"
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.7.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/python-poetry/poetry
43-
rev: 1.4.1
43+
rev: 1.5.0
4444
hooks:
4545
- id: poetry-check
4646
files: "^(pyproject.toml|poetry.lock)$"

0 commit comments

Comments
 (0)