Skip to content

Commit

Permalink
[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.1.0 → v0.4.1](astral-sh/ruff-pre-commit@v0.1.0...v0.4.1)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0)
- [github.com/psf/black: 23.10.0 → 24.4.0](psf/black@23.10.0...24.4.0)
- [github.com/python-poetry/poetry: 1.6.1 → 1.8.0](python-poetry/poetry@1.6.1...1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 22, 2024
1 parent 5b31401 commit 7c89e89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.1.0'
rev: 'v0.4.1'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: "23.10.0"
rev: "24.4.0"
hooks:
- id: black

- repo: https://github.com/python-poetry/poetry
rev: '1.6.1'
rev: '1.8.0'
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit 7c89e89

Please sign in to comment.