diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ec5018..ff0b85e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,18 +15,18 @@ repos: - id: trailing-whitespace # spell check - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell # https://github.com/codespell-project/codespell/issues/1498 # Python formatting - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black # R formatting - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9021 + rev: v0.4.3.9030 hooks: - id: style-files # general linting