Skip to content

Commit dec73ae

Browse files
committed
Update the flake8 check
1 parent a766d4b commit dec73ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
print("\nERROR! Publishing to PyPI requires Python>=3.9")
3333
sys.exit()
3434
print("\n*** Checking code health with flake8:\n")
35-
os.system("python -m pip install 'flake8==7.1.1'")
35+
os.system("python -m pip install 'flake8==7.2.0'")
3636
flake8_status = os.system("flake8 --exclude=recordings,temp")
3737
if flake8_status != 0:
3838
print("\nERROR! Fix flake8 issues before publishing to PyPI!\n")

0 commit comments

Comments
 (0)