This commit is contained in:
2025-08-05 09:19:34 +08:00
commit 584548d006
1696 changed files with 53855 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[flake8]
max-line-length = 119
ignore =
W503
P102
P103
exclude =
tests/test_spiders.py E731
docs/conf.py E265