diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5364bb4..a9b312c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,20 @@ repos: - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 23.11.0 hooks: - id: black - - repo: https://github.com/timothycrosley/isort - rev: 5.8.0 + - repo: https://github.com/PyCQA/isort + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.5.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 @@ -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.7.0 hooks: - id: mypy exclude: docs/