diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ec1c47..2a4aa68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/citation-file-format/cffconvert - rev: 5295f87c0e261da61a7b919fc754e3a77edd98a7 + rev: b6045d78aac9e02b039703b030588d54d53262ac hooks: - id: validate-cff - repo: https://github.com/codespell-project/codespell @@ -28,7 +28,7 @@ repos: .*\.ipynb )$ - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: @@ -48,7 +48,7 @@ repos: hooks: - id: actionlint - repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update - rev: v0.6.0 + rev: v0.9.0 hooks: - id: pre-commit-update args: ["--keep", "mdformat", "--keep", "pre-commit-update", "--keep", "cffconvert"]