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 a766d4b commit dec73aeCopy full SHA for dec73ae
1 file changed
setup.py
@@ -32,7 +32,7 @@
32
print("\nERROR! Publishing to PyPI requires Python>=3.9")
33
sys.exit()
34
print("\n*** Checking code health with flake8:\n")
35
- os.system("python -m pip install 'flake8==7.1.1'")
+ os.system("python -m pip install 'flake8==7.2.0'")
36
flake8_status = os.system("flake8 --exclude=recordings,temp")
37
if flake8_status != 0:
38
print("\nERROR! Fix flake8 issues before publishing to PyPI!\n")
0 commit comments