diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92b33ab8..061bc146 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,12 +37,12 @@ repos: - python - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/nbQA-dev/nbQA - rev: 1.6.3 + rev: 1.7.0 hooks: - id: nbqa-black additional_dependencies: @@ -56,7 +56,7 @@ repos: - --nbqa-mutate - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.7.0 + rev: v2.8.0 hooks: - id: pretty-format-ini args: [--autofix] @@ -70,7 +70,7 @@ repos: exclude: docs/plasmapy_sphinx - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell exclude: .*\.fits