Files
python/python爬虫/scrapy-redis-0.9.1/.flake8
T
2025-08-05 09:19:34 +08:00

13 lines
133 B
INI

[flake8]
max-line-length = 119
ignore =
W503
P102
P103
exclude =
tests/test_spiders.py E731
docs/conf.py E265