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/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- 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.4.4](astral-sh/ruff-pre-commit@v0.0.255...v0.4.4)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.1.0 → 24.4.2](psf/black@23.1.0...24.4.2)
- [github.com/python-poetry/poetry: 1.4.1 → 1.8.0](python-poetry/poetry@1.4.1...1.8.0)
  • Loading branch information
pre-commit-ci[bot] committed May 13, 2024
1 parent 348f00a commit b46a8c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@ exclude: |
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: debug-statements
- 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.4.4"
hooks:
- id: ruff
args:
- --fix
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/python-poetry/poetry
rev: 1.4.1
rev: 1.8.0
hooks:
- id: poetry-check
files: "^(pyproject.toml|poetry.lock)$"
Expand Down

0 comments on commit b46a8c2

Please sign in to comment.