diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51702e14..c2b520d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: types: [ python ] - repo: https://github.com/pre-commit/pygrep-hooks - rev: 'v1.9.0' + rev: 'v1.10.0' hooks: - id: python-no-eval - id: python-no-log-warn @@ -46,7 +46,7 @@ repos: # mypy - static type checking # mypy --follow-imports skip - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.991' + rev: 'v1.15.0' hooks: - id: mypy # verbose: true @@ -68,7 +68,7 @@ repos: # safety.exe check -r requirements.txt - repo: https://github.com/Lucas-C/pre-commit-hooks-safety - rev: 'v1.2.3' + rev: 'v1.4.0' hooks: - id: python-safety-dependencies-check entry: safety