chore: disable some linters

This commit is contained in:
J. Nick Koston 2022-09-09 09:14:25 -05:00
parent d18757378b
commit 0ab9fabe2f

View File

@ -46,21 +46,16 @@ repos:
rev: 22.8.0 rev: 22.8.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/codespell-project/codespell # - repo: https://github.com/codespell-project/codespell
rev: v2.2.1 # rev: v2.2.1
hooks: # hooks:
- id: codespell # - id: codespell
- repo: https://github.com/PyCQA/flake8 # - repo: https://github.com/PyCQA/flake8
rev: 5.0.4 # rev: 5.0.4
hooks: # hooks:
- id: flake8 # - id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy # - repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931 # rev: v0.931
hooks: # hooks:
- id: mypy # - id: mypy
additional_dependencies: [] # additional_dependencies: []
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
hooks:
- id: bandit
args: [-x, tests]