Skip to content

Commit 3ae28e4

Browse files
⬆ [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.245 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.245...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.0 → 1.6.0](python-poetry/poetry@1.4.0...1.6.0)
1 parent 6a9c7d0 commit 3ae28e4

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
@@ -2,15 +2,15 @@
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.5.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.0.292"
1414
hooks:
1515
- id: ruff
1616
args:
@@ -20,11 +20,11 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/psf/black
23-
rev: 23.1.0
23+
rev: 23.9.1
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/python-poetry/poetry
27-
rev: 1.4.0
27+
rev: 1.6.0
2828
hooks:
2929
- id: poetry-check
3030

0 commit comments

Comments
 (0)