Files
Scrapling/.flake8
T
Karim shoair faf728a794 style: moving repeated arguments from inside the functions to __init__
Might give a slight performance increase too
2024-12-15 16:49:48 +02:00

4 lines
126 B
INI

[flake8]
ignore = E501, F401
extend-ignore = E999
exclude = .git,.venv,__pycache__,docs,.github,build,dist,tests,benchmarks.py