Skip to content
Snippets Groups Projects
Commit a359453f authored by Simonas's avatar Simonas
Browse files

feat: updated pre-commit

parent 2292e375
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment