diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d064ade..a4cf57e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '^docs/|\.tox|\.git|venv|^dist' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -22,7 +22,7 @@ repos: args: [ --max-line-length, '120' , --ignore, 'E,W'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.16.1 + rev: v1.17.1 hooks: - id: mypy args: [ --ignore-missing-imports, --check-untyped-defs, --disallow-incomplete-defs ]