Skip to content

Commit

Permalink
ci(pre-commit.ci): ⬆ pre-commit autoupdate
Browse files Browse the repository at this point in the history
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.291](astral-sh/ruff-pre-commit@v0.0.255...v0.0.291)
- [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)
  • Loading branch information
pre-commit-ci[bot] committed Sep 25, 2023
1 parent 8b41206 commit e13f161
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
- id: check-executables-have-shebangs
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.255"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.291"
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.9.1
hooks:
- id: black
- repo: https://github.com/python-poetry/poetry
rev: 1.4.1
rev: 1.6.0
hooks:
- id: poetry-check
files: "^(pyproject.toml|poetry.lock)$"
Expand Down

0 comments on commit e13f161

Please sign in to comment.