Add pylint directory to black pre-commit (#78011)
Add pylint to black CI
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user