Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#417)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycontribs/mirrors-prettier: v3.3.3 → v3.4.2](pycontribs/mirrors-prettier@v3.3.3...v3.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6)
- [github.com/streetsidesoftware/cspell-cli: v8.16.0 → v8.17.0](streetsidesoftware/cspell-cli@v8.16.0...v8.17.0)
- [github.com/jsh9/pydoclint: 0.5.9 → 0.5.14](jsh9/pydoclint@0.5.9...0.5.14)
- [github.com/pycqa/pylint.git: v3.3.2 → v3.3.3](https://github.com/pycqa/pylint.git/compare/v3.3.2...v3.3.3)
- [github.com/pre-commit/mirrors-mypy.git: v1.13.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.13.0...v1.14.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 8, 2025
1 parent cdd99ff commit 1b4bb25
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 @@ -35,7 +35,7 @@ repos:
)$
- repo: https://github.com/pycontribs/mirrors-prettier
rev: v3.3.3
rev: v3.4.2
hooks:
- id: prettier
always_run: true
Expand All @@ -55,7 +55,7 @@ repos:
- id: tox-ini-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.6
hooks:
- id: ruff
args:
Expand All @@ -71,21 +71,21 @@ repos:
- id: black

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.16.0
rev: v8.17.0
hooks:
- id: cspell
name: Spell check with cspell

- repo: https://github.com/jsh9/pydoclint
rev: "0.5.9"
rev: "0.5.14"
hooks:
- id: pydoclint
# This allows automatic reduction of the baseline file when needed.
entry: sh -ec "pydoclint . && pydoclint --generate-baseline=1 ."
pass_filenames: false

- repo: https://github.com/pycqa/pylint.git
rev: v3.3.2
rev: v3.3.3
hooks:
- id: pylint
args:
Expand All @@ -99,7 +99,7 @@ repos:
- setuptools

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 1b4bb25

Please sign in to comment.