#1715 - Added suppress-none-returning and suppress-dummy-args to .flake8 as flake8-annotations can get very annoying

This commit is contained in:
Chris McCarthy
2023-08-01 08:19:28 +01:00
parent c05cb62aa9
commit 557caeaac4
2 changed files with 6 additions and 4 deletions

View File

@@ -14,3 +14,5 @@ extend-ignore =
exclude =
docs/source/*
tests/*
suppress-none-returning=True
suppress-dummy-args=True