diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 567ee14..9f0d48a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black @@ -33,17 +33,17 @@ repos: - id: requirements-txt-fixer - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade - repo: https://github.com/pdm-project/pdm - rev: 2.4.5 # any PDM release exposing the hook should work + rev: 2.5.3 # any PDM release exposing the hook should work hooks: - id: pdm-export args: @@ -55,7 +55,7 @@ repos: files: ^pdm.toml$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.2.0 hooks: - id: mypy # exclude: ^tests/