Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ ci:

repos:
- repo: https://github.com/asottile/add-trailing-comma.git
rev: v3.1.0
rev: v3.2.0
hooks:
- id: add-trailing-comma

- repo: https://github.com/asottile/pyupgrade.git
rev: v3.17.0
rev: v3.20.0
hooks:
- id: pyupgrade
args:
- --py311-plus

- repo: https://github.com/PyCQA/isort.git
rev: 5.13.2
rev: 6.1.0
hooks:
- id: isort
args:
- --honor-noqa

- repo: https://github.com/PyCQA/docformatter.git
rev: v1.7.5
rev: v1.7.7
hooks:
- id: docformatter
args:
Expand All @@ -36,7 +36,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.29.3
rev: 0.34.0
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -63,7 +63,7 @@ repos:
- id: rst-backticks

- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v5.0.0
rev: v6.0.0
hooks:
# Side-effects:
- id: trailing-whitespace
Expand Down Expand Up @@ -91,14 +91,14 @@ repos:
- id: debug-statements

- repo: https://github.com/codespell-project/codespell.git
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
exclude: >-
^\.github/\.json-schemas/.*\.json$

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1
rev: v1.37.1
hooks:
- id: yamllint
types:
Expand Down