Skip to content

Commit 10b4df9

Browse files
committed
Ignore spec in black
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent f1fecb3 commit 10b4df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
PYTHON_EXE?=python3
2727
ACTIVATE?=. bin/activate;
2828
VIRTUALENV_PYZ=thirdparty/virtualenv.pyz
29-
BLACK_ARGS=--exclude=".cache|lib|bin|var" --line-length 100
29+
BLACK_ARGS=--exclude=".cache|lib|bin|var|^spec/" --line-length 100
3030

3131
virtualenv:
3232
@echo "-> Bootstrap the virtualenv with PYTHON_EXE=${PYTHON_EXE}"

0 commit comments

Comments
 (0)