Skip to content

Commit

Permalink
Merge pull request #930 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
sirosen authored Jan 2, 2024
2 parents 9663c7d + 9c7bdbd commit f2c9068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: check-merge-conflict
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.2
rev: 0.27.3
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand All @@ -18,7 +18,7 @@ repos:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
name: "Autoformat python files"
Expand All @@ -37,7 +37,7 @@ repos:
- 'flake8-comprehensions==3.14.0'
- 'flake8-typing-as-t==0.0.3'
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: "Sort python imports"
Expand Down

0 comments on commit f2c9068

Please # to comment.