diff options
author | Nick Vatamaniuc <vatamane@gmail.com> | 2023-04-13 16:28:06 -0400 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2023-04-13 17:29:31 -0400 |
commit | 83ffba4b3668ed83f0ee570de59dbda88b7b611a (patch) | |
tree | 11dfede1ad03949e8210545d14b6b24cf58a6307 | |
parent | 7a50d0330a22c13f6d8016ffca3814f883f2350e (diff) | |
download | couchdb-83ffba4b3668ed83f0ee570de59dbda88b7b611a.tar.gz |
Ignore python-black rules on 3.2.x
python-black was tracking master branch so the check now fails on existing sources.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ escriptize: couch .PHONY: check # target: check - Test everything -check: all python-black +check: all @$(MAKE) eunit @$(MAKE) mango-test @$(MAKE) elixir-suite |