We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaabc9c commit 90e857dCopy full SHA for 90e857d
setup.py
@@ -36,7 +36,7 @@
36
reply = str(input_method(confirm_text)).lower().strip()
37
if reply == "yes":
38
print("\n*** Checking code health with flake8:\n")
39
- os.system("python -m pip install 'flake8==3.9.2'")
+ os.system("python -m pip install 'flake8==4.0.1'")
40
flake8_status = os.system("flake8 --exclude=recordings,temp")
41
if flake8_status != 0:
42
print("\nWARNING! Fix flake8 issues before publishing to PyPI!\n")
0 commit comments