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.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/sirosen/texthooks: 0.6.6 → 0.6.7](sirosen/texthooks@0.6.6...0.6.7)
- [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.0](adamchainz/blacken-docs@1.18.0...1.19.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.7.0](astral-sh/ruff-pre-commit@v0.5.0...v0.7.0)
- [github.com/henryiii/check-sdist: v1.0.0rc2 → v1.2.0](henryiii/check-sdist@v1.0.0rc2...v1.2.0)
- [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.12.1](pre-commit/mirrors-mypy@v1.10.1...v1.12.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 22, 2024
1 parent 9e20ec6 commit ee14140
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
@@ -1,6 +1,6 @@
repos:
- 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 All @@ -16,20 +16,20 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/sirosen/texthooks
rev: "0.6.6"
rev: "0.6.7"
hooks:
- id: fix-ligatures
- id: fix-smartquotes

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.18.0
rev: 1.19.0
hooks:
- id: "blacken-docs"
additional_dependencies:
- black==24.*

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.7.0
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -51,7 +51,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/henryiii/check-sdist
rev: "v1.0.0rc2"
rev: "v1.2.0"
hooks:
- id: check-sdist
args: [--inject-junk]
Expand All @@ -61,7 +61,7 @@ repos:
- hatchling

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.1"
rev: "v1.12.1"
hooks:
- id: mypy
files: ^(skbuild|tests)
Expand Down

0 comments on commit ee14140

Please sign in to comment.