Add pylint directory to black pre-commit (#78011)

Add pylint to black CI
This commit is contained in:
epenet
2022-09-08 09:14:58 +02:00
committed by GitHub
parent 37631d2017
commit 23168434d5
2 changed files with 11 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ repos:
args:
- --safe
- --quiet
files: ^((homeassistant|script|tests)/.+)?[^/]+\.py$
files: ^((homeassistant|pylint|script|tests)/.+)?[^/]+\.py$
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
hooks: