Skip to content

Commit 777a670

Browse files
authored
Merge pull request #77 from globus/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4bdcb11 + 6aff8da commit 777a670

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ repos:
2525
- id: alphabetize-codeowners
2626

2727
- repo: https://github.com/python-jsonschema/check-jsonschema
28-
rev: 0.32.1
28+
rev: 0.33.2
2929
hooks:
3030
- id: check-github-workflows
3131
- id: check-dependabot
3232

3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.19.1
34+
rev: v3.20.0
3535
hooks:
3636
- id: pyupgrade
3737
args: ["--py38-plus"]
@@ -58,7 +58,7 @@ repos:
5858
- id: black
5959

6060
- repo: https://github.com/PyCQA/flake8
61-
rev: 7.2.0
61+
rev: 7.3.0
6262
hooks:
6363
- id: flake8
6464
additional_dependencies:

0 commit comments

Comments
 (0)