diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b86f7b..378ee3c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,22 +1,22 @@ --- repos: - repo: https://github.com/psf/black - rev: 21.5b1 + rev: 24.4.0 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.6.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 @@ -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]