From a359453f54c69b28968cfed374b9cb48f1c3a487 Mon Sep 17 00:00:00 2001 From: Simonas <20096648+simjak@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:42:04 +0200 Subject: [PATCH] feat: updated pre-commit --- .pre-commit-config.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 811aabc8..82eccf67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,16 +64,17 @@ repos: - id: ruff types_or: [python, pyi, jupyter] - - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 - hooks: - - id: mypy - args: [--ignore-missing-imports] + # - repo: https://github.com/pre-commit/mirrors-mypy + # rev: v1.8.0 + # hooks: + # - id: mypy + # args: [--ignore-missing-imports] - repo: https://github.com/PyCQA/bandit rev: 1.7.6 hooks: - id: bandit + args: ['-lll'] - repo: https://github.com/Lucas-C/pre-commit-hooks-safety rev: v1.3.2 -- GitLab