Skip to content

Commit

Permalink
ci(pre-commit.ci): ⬆ pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.255 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.255...v0.0.275)
- [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.1 → 1.5.0](python-poetry/poetry@1.4.1...1.5.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 26, 2023
1 parent 7223ea7 commit 586f1e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- id: end-of-file-fixer
- id: check-executables-have-shebangs
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.255"
rev: "v0.0.275"
hooks:
- id: ruff
args:
Expand All @@ -36,11 +36,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/python-poetry/poetry
rev: 1.4.1
rev: 1.5.0
hooks:
- id: poetry-check
files: "^(pyproject.toml|poetry.lock)$"
Expand Down

0 comments on commit 586f1e7

Please sign in to comment.