Skip to content

Commit

Permalink
[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.263 → v0.5.5](astral-sh/ruff-pre-commit@v0.0.263...v0.5.5)
- [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2)
- [github.com/keewis/blackdoc: v0.3.8 → v0.3.9](keewis/blackdoc@v0.3.8...v0.3.9)
- [github.com/python-poetry/poetry: 1.4.2 → 1.8.0](python-poetry/poetry@1.4.2...1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 29, 2024
1 parent 538a7f7 commit 9fe2b51
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 @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.4.0'
rev: 'v4.6.0'
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -25,21 +25,21 @@ repos:
entry: found Copier update rejection files; review them and remove them
language: fail
files: "\\.rej$"
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.263'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.5.5'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- repo: https://github.com/psf/black
rev: '23.3.0'
rev: '24.4.2'
hooks:
- id: black
# additional to the above, apply black to doctests in source code
- repo: https://github.com/keewis/blackdoc
rev: v0.3.8
rev: v0.3.9
hooks:
- id: blackdoc
- repo: https://github.com/python-poetry/poetry
rev: '1.4.2'
rev: '1.8.0'
hooks:
- id: poetry-check

0 comments on commit 9fe2b51

Please sign in to comment.