Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 21.5b1 → 23.12.1](psf/black@21.5b1...23.12.1)
- https://github.com/timothycrosley/isorthttps://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.5.0](pre-commit/pre-commit-hooks@v4.0.1...v4.5.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)
  • Loading branch information
pre-commit-ci[bot] committed Dec 25, 2023
1 parent 3af100e commit 31a4035
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
repos:
- repo: https://github.com/psf/black
rev: 21.5b1
rev: 23.12.1
hooks:
- id: black
language_version: python3.8
- 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.5.0
hooks:
- id: requirements-txt-fixer
- 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 @@ -26,7 +26,7 @@ repos:
.*\.cast
)$
- repo: https://github.com/pappasam/toml-sort
rev: v0.19.0
rev: v0.23.1
hooks:
- id: toml-sort
args: [--in-place]

0 comments on commit 31a4035

Please sign in to comment.