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 efd1ffb commit 05a9a0dCopy full SHA for 05a9a0d
setup.py
@@ -34,7 +34,7 @@
34
print("\nERROR! Publishing to PyPI requires Python>=3.9")
35
sys.exit()
36
print("\n*** Checking code health with flake8:\n")
37
- os.system("python -m pip install 'flake8==6.0.0'")
+ os.system("python -m pip install 'flake8==6.1.0'")
38
flake8_status = os.system("flake8 --exclude=recordings,temp")
39
if flake8_status != 0:
40
print("\nERROR! Fix flake8 issues before publishing to PyPI!\n")
0 commit comments