style: moving repeated arguments from inside the functions to __init__

Might give a slight performance increase too
This commit is contained in:
Karim shoair
2024-12-15 16:49:48 +02:00
parent 445af3c702
commit faf728a794
3 changed files with 59 additions and 35 deletions
+1
View File
@@ -1,3 +1,4 @@
[flake8]
ignore = E501, F401
extend-ignore = E999
exclude = .git,.venv,__pycache__,docs,.github,build,dist,tests,benchmarks.py