Removed PyLint from pre-commit

This commit is contained in:
Joel Collins 2020-11-12 17:05:57 +00:00
parent 1e273beff0
commit cb4afbac07

View file

@ -9,10 +9,3 @@ repos:
- id: isort
additional_dependencies: [toml]
exclude: ^.*/?setup\.py$
- repo: local
hooks:
- id: pylint
name: pylint
entry: poetry run pylint
language: system
types: [python]