We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fecb3 commit 10b4df9Copy full SHA for 10b4df9
1 file changed
Makefile
@@ -26,7 +26,7 @@
26
PYTHON_EXE?=python3
27
ACTIVATE?=. bin/activate;
28
VIRTUALENV_PYZ=thirdparty/virtualenv.pyz
29
-BLACK_ARGS=--exclude=".cache|lib|bin|var" --line-length 100
+BLACK_ARGS=--exclude=".cache|lib|bin|var|^spec/" --line-length 100
30
31
virtualenv:
32
@echo "-> Bootstrap the virtualenv with PYTHON_EXE=${PYTHON_EXE}"
0 commit comments