summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-04-27 13:28:21 -0400
committerGitHub <noreply@github.com>2020-04-27 17:28:21 +0000
commitb7ca42d6ba9cddc8878a09498a2167d36ddb71b8 (patch)
tree32a6425b652ee3935853b3750c344e44bbcb2705 /Makefile.win
parent55deba0509038b9d892e72ae9ed029aa8905afe5 (diff)
downloadcouchdb-b7ca42d6ba9cddc8878a09498a2167d36ddb71b8.tar.gz
Ensure python black runs on all .py files (#2827)
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.win b/Makefile.win
index 0fc4d91c7..6c160e8fd 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -190,7 +190,7 @@ python-black: .venv/bin/black
@python.exe -c "import sys; exit(1 if sys.version_info >= (3,6) else 0)" || \
.venv\Scripts\black.exe --check \
--exclude="build/|buck-out/|dist/|_build/|\.git/|\.hg/|\.mypy_cache/|\.nox/|\.tox/|\.venv/|src/rebar/pr2relnotes.py|src/fauxton" \
- . dev\run test\javascript\run src\mango src\docs
+ build-aux\*.py dev\run test\javascript\run src\mango\test\*.py src\docs\src\conf.py src\docs\ext\*.py .
python-black-update: .venv/bin/black
@python.exe -c "import sys; exit(1 if sys.version_info < (3,6) else 0)" || \
@@ -198,7 +198,7 @@ python-black-update: .venv/bin/black
@python.exe -c "import sys; exit(1 if sys.version_info >= (3,6) else 0)" || \
.venv\Scripts\black.exe \
--exclude="build/|buck-out/|dist/|_build/|\.git/|\.hg/|\.mypy_cache/|\.nox/|\.tox/|\.venv/|src/rebar/pr2relnotes.py|src/fauxton" \
- . dev\run test\javascript\run src\mango src\docs
+ build-aux\*.py dev\run test\javascript\run src\mango\test\*.py src\docs\src\conf.py src\docs\ext\*.py .
.PHONY: elixir
elixir: export MIX_ENV=integration