chore: ignore line too long flake8 warning
All checks were successful
Build and Push Docker Image / Create Docker Image (push) Has been skipped
Lint / Lint Python code (push) Successful in 39s

This commit is contained in:
6arelyFuture 2025-01-22 11:45:50 +00:00
parent b667875563
commit fcc5e3c075

4
.flake8 Normal file
View File

@ -0,0 +1,4 @@
[flake8]
per-file-ignores =
# line too long
aw.py: E501,