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

feat: updated pre-commit

parent 2292e375
No related branches found
No related tags found
No related merge requests found
...@@ -64,16 +64,17 @@ repos: ...@@ -64,16 +64,17 @@ repos:
- id: ruff - id: ruff
types_or: [python, pyi, jupyter] types_or: [python, pyi, jupyter]
- repo: https://github.com/pre-commit/mirrors-mypy # - repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0 # rev: v1.8.0
hooks: # hooks:
- id: mypy # - id: mypy
args: [--ignore-missing-imports] # args: [--ignore-missing-imports]
- repo: https://github.com/PyCQA/bandit - repo: https://github.com/PyCQA/bandit
rev: 1.7.6 rev: 1.7.6
hooks: hooks:
- id: bandit - id: bandit
args: ['-lll']
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety - repo: https://github.com/Lucas-C/pre-commit-hooks-safety
rev: v1.3.2 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