Skip to content

Commit a3d95aa

Browse files
⬆ [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.245 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.245...v0.0.277) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/python-poetry/poetry: 1.4.0 → 1.5.0](python-poetry/poetry@1.4.0...1.5.0)
1 parent bb8e2ab commit a3d95aa

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
@@ -9,8 +9,8 @@ repos:
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.277"
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.3.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/python-poetry/poetry
27-
rev: 1.4.0
27+
rev: 1.5.0
2828
hooks:
2929
- id: poetry-check
3030

0 commit comments

Comments
 (0)