From 3997dbab3a0da7a3df9fbcd78a20904ba0eaf2ce Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 10 Mar 2021 16:01:15 +0000 Subject: [PATCH] update pre-commit --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c325e4b..b161b359 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: '' + rev: 'v3.4.0' hooks: - id: check-merge-conflict - id: debug-statements @@ -30,7 +30,7 @@ repos: types: [ python ] - repo: https://github.com/pre-commit/pygrep-hooks - rev: '' + rev: 'v1.8.0' hooks: - id: python-no-eval - id: python-no-log-warn @@ -40,7 +40,7 @@ repos: # mypy - static type checking # mypy --follow-imports skip - repo: https://github.com/pre-commit/mirrors-mypy - rev: '' + rev: 'v0.812' hooks: - id: mypy args: [ "--follow-imports", "skip", "--ignore-missing-imports", "--scripts-are-modules" ] @@ -59,7 +59,7 @@ repos: # safety.exe check -r requirements.txt - repo: https://github.com/Lucas-C/pre-commit-hooks-safety - rev: '' + rev: 'v1.2.1' hooks: - id: python-safety-dependencies-check entry: safety