pre-commit: Lint tests dir (#4298)

This commit is contained in:
Daniel Shimon 2021-05-29 23:44:31 +03:00 committed by GitHub
parent ea9f9bf48f
commit 214997d170
Failed to generate hash of commit

View file

@ -5,8 +5,9 @@ repos:
name: black
# this gets run within development environment.
# Otherwise will raise command not found or use system level binary
entry: black --check xonsh/ xontrib/
entry: black --check xonsh/ xontrib/ tests/
language: system
stages: [ commit ]
types:
- python
- id: qa