This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/.flake8

9 lines
129 B
Plaintext
Raw Normal View History

[flake8]
ignore =
# ignore long lines
E501,
# deprecated rule
W503,
2021-12-19 21:59:45 +01:00
# class member shadows builtin
A003,