remove pre-commit

This commit is contained in:
odrling 2024-01-01 17:07:47 +01:00
parent 064fea221b
commit 7281d39bc0
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B

View file

@ -1,33 +0,0 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- id: end-of-file-fixer
- id: check-merge-conflict
- id: check-ast
- id: check-toml
- id: check-yaml
- id: check-added-large-files
- id: check-shebang-scripts-are-executable
- id: check-executables-have-shebangs
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: '886e1c39f0dcddeee1cd260418372cf5f3932391'
hooks:
- id: mypy
args: []
additional_dependencies: [types-orjson, types-requests, typer]
- repo: https://github.com/PyCQA/bandit
rev: '1.7.0'
hooks:
- id: bandit