Skip to content

Commit 34345e0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade.git: v3.17.0 → v3.19.1](https://github.com/asottile/pyupgrade.git/compare/v3.17.0...v3.19.1) - [github.com/PyCQA/isort.git: 5.13.2 → 6.0.1](https://github.com/PyCQA/isort.git/compare/5.13.2...6.0.1) - [github.com/python-jsonschema/check-jsonschema.git: 0.29.3 → 0.32.1](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.29.3...0.32.1) - [github.com/codespell-project/codespell.git: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell.git/compare/v2.3.0...v2.4.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0)
1 parent 6e64b74 commit 34345e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ repos:
1010
- id: add-trailing-comma
1111

1212
- repo: https://github.com/asottile/pyupgrade.git
13-
rev: v3.17.0
13+
rev: v3.19.1
1414
hooks:
1515
- id: pyupgrade
1616
args:
1717
- --py311-plus
1818

1919
- repo: https://github.com/PyCQA/isort.git
20-
rev: 5.13.2
20+
rev: 6.0.1
2121
hooks:
2222
- id: isort
2323
args:
@@ -36,7 +36,7 @@ repos:
3636
- id: remove-tabs
3737

3838
- repo: https://github.com/python-jsonschema/check-jsonschema.git
39-
rev: 0.29.3
39+
rev: 0.32.1
4040
hooks:
4141
- id: check-github-actions
4242
- id: check-github-workflows
@@ -91,14 +91,14 @@ repos:
9191
- id: debug-statements
9292

9393
- repo: https://github.com/codespell-project/codespell.git
94-
rev: v2.3.0
94+
rev: v2.4.1
9595
hooks:
9696
- id: codespell
9797
exclude: >-
9898
^\.github/\.json-schemas/.*\.json$
9999
100100
- repo: https://github.com/adrienverge/yamllint.git
101-
rev: v1.35.1
101+
rev: v1.37.0
102102
hooks:
103103
- id: yamllint
104104
types:

0 commit comments

Comments
 (0)