Update styling automation

This commit is contained in:
2026-02-19 01:34:35 +00:00
parent d8f06a3e61
commit 4c3b67de8a
2 changed files with 38 additions and 0 deletions

8
.flake8 Normal file
View File

@@ -0,0 +1,8 @@
[flake8]
max-line-length = 88
extend-ignore =
E203,
E231,
E501,
E702,
W291