We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d965722 commit 428afe3Copy full SHA for 428afe3
dev_requirements.txt
@@ -1,4 +1,5 @@
1
flake8>=3.9.2
2
+flynt~=0.69.0
3
pytest==6.2.5
4
pytest-timeout==2.0.1
5
tox==3.24.4
tox.ini
@@ -132,6 +132,7 @@ docker =
132
commands =
133
flake8 --max-line-length=88
134
vulture redis whitelist.py --min-confidence 80
135
+ flynt --fail-on-change --dry-run .
136
skipsdist = true
137
skip_install = true
138
0 commit comments