refactor: Refactoring most of the project
Some checks failed
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.13) (push) Failing after 24s
Some checks failed
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.13) (push) Failing after 24s
Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
This commit is contained in:
10
.flake8
10
.flake8
@@ -1,12 +1,12 @@
|
||||
[flake8]
|
||||
max-line-length = 127
|
||||
exclude =
|
||||
exclude =
|
||||
.git,
|
||||
__pycache__,
|
||||
.venv,
|
||||
venv,
|
||||
.pytest_cache
|
||||
ignore =
|
||||
E203, # whitespace before ':'
|
||||
W503, # line break before binary operator
|
||||
E501, # line too long (handled by black)
|
||||
ignore =
|
||||
E203, # whitespace before ':'
|
||||
W503, # line break before binary operator
|
||||
E501, # line too long (handled by black)
|
Reference in New Issue
Block a user