Skip to content

Commit

Permalink
Merge pull request #969 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 Apr 1, 2024
2 parents 2c7b1e0 + bc9195c commit 261f3fb
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 @@ -8,17 +8,17 @@ repos:
- id: check-merge-conflict
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.4
rev: 0.28.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.3.0
hooks:
- id: black
name: "Autoformat python files"
Expand All @@ -42,7 +42,7 @@ repos:
- id: isort
name: "Sort python imports"
- repo: https://github.com/sirosen/slyp
rev: 0.3.0
rev: 0.6.0
hooks:
- id: slyp
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit 261f3fb

Please sign in to comment.