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/sirosen/texthooks: 0.6.7 → 0.6.8](sirosen/texthooks@0.6.7...0.6.8)
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- [github.com/rhysd/actionlint: v1.7.4 → v1.7.6](rhysd/actionlint@v1.7.4...v1.7.6)
- [github.com/kurtmckee/pre-commit-hooks: v0.1.1 → v1.0.0](kurtmckee/pre-commit-hooks@v0.1.1...v1.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 702db8e commit 2549ea1
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
Expand Up @@ -19,13 +19,13 @@ repos:
- id: check-added-large-files

- repo: https://github.com/sirosen/texthooks
rev: 0.6.7
rev: 0.6.8
hooks:
- id: alphabetize-codeowners

# Enforce Python 3.8+ idioms.
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down Expand Up @@ -53,11 +53,11 @@ repos:
- id: slyp

- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
rev: v1.7.6
hooks:
- id: actionlint

- repo: https://github.com/kurtmckee/pre-commit-hooks
rev: v0.1.1
rev: v1.0.0
hooks:
- id: verify-consistent-pyproject-toml-python-requirements

0 comments on commit 2549ea1

Please sign in to comment.