diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1ab8a3..17472ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black # args are not passed, but see the config in pyproject.toml @@ -39,7 +39,7 @@ repos: # Misc autoformatting and linting - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: check-case-conflict