summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-11-09 11:24:48 +0200
committerGitHub <noreply@github.com>2021-11-09 11:24:48 +0200
commit599f5a991eda770799a1aea23848b1442019deeb (patch)
tree58dedbde03bb1671dbdf0100159e25353b466ef3 /tox.ini
parentfea7b85dde375a228f485d27737de66592b28848 (diff)
downloadredis-py-599f5a991eda770799a1aea23848b1442019deeb.tar.gz
Re-enable pipeline support for JSON and TimeSeries (#1674)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 9 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f09b3a8..1d4da08 100644
--- a/tox.ini
+++ b/tox.ini
@@ -121,6 +121,13 @@ basepython = pypy3
[flake8]
exclude =
- .venv,
+ *.egg-info,
+ *.pyc,
+ .git,
.tox,
- whitelist.py
+ .venv*,
+ build,
+ dist,
+ docker,
+ venv*,
+ whitelist.py \ No newline at end of file