diff options
author | ptmcg <ptmcg@austin.rr.com> | 2020-10-11 19:24:32 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2020-10-11 19:24:32 -0500 |
commit | 64e324569a7c4cb98a8525dcea81b50e1ff7ce66 (patch) | |
tree | 7c360c00e07a4b90fd2278bd11dbe21d395a2cb4 | |
parent | 5713fba4fc952cd08a136301ff84275f19e1e930 (diff) | |
download | pyparsing-git-64e324569a7c4cb98a8525dcea81b50e1ff7ce66.tar.gz |
Exclude /examples from black in tox, since examples are now inexplicably failing black formatting
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,4 +11,4 @@ commands= [testenv:black] deps = black -commands = {envbindir}/black --target-version py35 --line-length 88 --check --diff . +commands = {envbindir}/black --target-version py35 --line-length 88 --check --diff --exclude examples . |