mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
pre-commit: Lint tests dir (#4298)
This commit is contained in:
parent
ea9f9bf48f
commit
214997d170
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue