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/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4)
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/jsh9/pydoclint: 0.5.14 → 0.6.0](jsh9/pydoclint@0.5.14...0.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent bc03bcc commit 9336522
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
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.8.6'
rev: 'v0.9.4'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
exclude: test.*
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
args: [--no-strict-optional, --ignore-missing-imports]
additional_dependencies: ["toml"]
- repo: https://github.com/jsh9/pydoclint
rev: 0.5.14
rev: 0.6.0
hooks:
- id: pydoclint
args:
Expand Down

0 comments on commit 9336522

Please sign in to comment.