Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.6.0 β†’ 24.4.2](psf/black@22.6.0...24.4.2)
- https://github.com/timothycrosley/isort β†’ https://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.8.0 β†’ 5.13.2](PyCQA/isort@5.8.0...5.13.2)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 β†’ v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0)
- [github.com/codespell-project/codespell: v2.0.0 β†’ v2.2.6](codespell-project/codespell@v2.0.0...v2.2.6)
- [github.com/pappasam/toml-sort: v0.19.0 β†’ v0.23.1](pappasam/toml-sort@v0.19.0...v0.23.1)
- [github.com/pre-commit/mirrors-mypy: v0.812 β†’ v1.10.0](pre-commit/mirrors-mypy@v0.812...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
1 parent 41f21dd commit 03dd055
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
repos:
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
rev: 5.8.0
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.6.0
hooks:
- id: check-json
- id: check-toml
- id: check-yaml
- repo: https://github.com/codespell-project/codespell
rev: v2.0.0
rev: v2.2.6
hooks:
- id: codespell
# Should be with the "--skip" option but this seems to be broken
Expand All @@ -24,12 +24,12 @@ repos:
.*\.cast
)$
- repo: https://github.com/pappasam/toml-sort
rev: v0.19.0
rev: v0.23.1
hooks:
- id: toml-sort
args: ["--in-place"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
rev: v1.10.0
hooks:
- id: mypy
exclude: docs/

0 comments on commit 03dd055

Please sign in to comment.