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.6.8 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/jsh9/pydoclint: 0.5.8 → 0.5.9](jsh9/pydoclint@0.5.8...0.5.9)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent c9e7f14 commit 7c48f98
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
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.6.8'
rev: 'v0.6.9'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
exclude: test.*
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
Expand All @@ -18,7 +18,7 @@ repos:
- tomli
args: [--ignore-words-list, astroid ]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down Expand Up @@ -60,7 +60,7 @@ repos:
test.*
)$
- repo: https://github.com/jsh9/pydoclint
rev: 0.5.8
rev: 0.5.9
hooks:
- id: pydoclint
args:
Expand Down

0 comments on commit 7c48f98

Please sign in to comment.