Cleanup pre-commit lint task
This commit is contained in:
parent
e4118696b5
commit
1742f91a34
|
@ -46,11 +46,6 @@ repos:
|
||||||
- id: isort
|
- id: isort
|
||||||
args: ["--profile", "black", "--filter-files"]
|
args: ["--profile", "black", "--filter-files"]
|
||||||
|
|
||||||
# - repo: https://github.com/pre-commit/mirrors-pylint
|
|
||||||
# rev: v3.0.0a3
|
|
||||||
# hooks:
|
|
||||||
# - id: pylint
|
|
||||||
|
|
||||||
- repo: https://github.com/codespell-project/codespell
|
- repo: https://github.com/codespell-project/codespell
|
||||||
rev: v2.1.0
|
rev: v2.1.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in New Issue