This commit is contained in:
Hayden
2022-03-15 12:51:15 -08:00
committed by GitHub
parent 8eefa05393
commit e377df2ab0
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[flake8]
ignore = [
extend-ignore = [
E501 # Line Length - See Black Config in pyproject.toml
E402 # Import Not at Top of File
]