diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6a4a24..971237e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: exclude: EPS_OUTCAR repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -16,7 +16,7 @@ repos: - id: debug-statements - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: local @@ -32,7 +32,7 @@ repos: "-rn", # Only display messages ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.11.2' # Use the sha / tag you want to point at + rev: 'v1.14.1' # Use the sha / tag you want to point at hooks: - id: mypy args: [--strict]