Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#672)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/PyCQA/docformatter: 06907d0 → v1.7.5](PyCQA/docformatter@06907d0...v1.7.5)
- [github.com/psf/black.git: 24.3.0 → 24.10.0](https://github.com/psf/black.git/compare/24.3.0...24.10.0)
- [github.com/asottile/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.8.6](astral-sh/ruff-pre-commit@v0.3.5...v0.8.6)

* Update .pre-commit-config.yaml

Signed-off-by: Lianhao Lu <[email protected]>

---------

Signed-off-by: Lianhao Lu <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Lianhao Lu <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and lianhao authored Jan 13, 2025
1 parent 70c4cf0 commit ddf0500
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
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
files: (.*\.(py|md|rst|yaml|yml|json|ts|js|html|svelte|sh))$
Expand Down Expand Up @@ -82,29 +82,29 @@ repos:
- [email protected]

- repo: https://github.com/psf/black.git
rev: 24.3.0
rev: 24.10.0
hooks:
- id: black
files: (.*\.py)$

- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.19.1
hooks:
- id: blacken-docs
args: [--line-length=120, --skip-errors]
additional_dependencies:
- black==24.3.0

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: [-w]
additional_dependencies:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.8.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --no-cache]

0 comments on commit ddf0500

Please sign in to comment.