Skip to content

Commit 3e5b113

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma.git: v3.1.0 → v3.2.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.1.0...v3.2.0) - [github.com/asottile/pyupgrade.git: v3.17.0 → v3.20.0](https://github.com/asottile/pyupgrade.git/compare/v3.17.0...v3.20.0) - [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/PyCQA/docformatter.git: v1.7.5 → v1.7.7](https://github.com/PyCQA/docformatter.git/compare/v1.7.5...v1.7.7) - [github.com/python-jsonschema/check-jsonschema.git: 0.29.3 → 0.33.2](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.29.3...0.33.2) - [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.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1)
1 parent 6e64b74 commit 3e5b113

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ ci:
55

66
repos:
77
- repo: https://github.com/asottile/add-trailing-comma.git
8-
rev: v3.1.0
8+
rev: v3.2.0
99
hooks:
1010
- id: add-trailing-comma
1111

1212
- repo: https://github.com/asottile/pyupgrade.git
13-
rev: v3.17.0
13+
rev: v3.20.0
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:
2424
- --honor-noqa
2525

2626
- repo: https://github.com/PyCQA/docformatter.git
27-
rev: v1.7.5
27+
rev: v1.7.7
2828
hooks:
2929
- id: docformatter
3030
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.33.2
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.1
102102
hooks:
103103
- id: yamllint
104104
types:

0 commit comments

Comments
 (0)