Skip to content

Commit

Permalink
Merge pull request #202 from globus/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
kurtmckee authored Jan 6, 2025
2 parents 702db8e + 2549ea1 commit 2ed6a59
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 2ed6a59

Please sign in to comment.