pudb/setup.cfg

17 lines
341 B
INI
Raw Normal View History

2021-03-04 10:57:14 +03:00
[metadata]
project_urls =
Homepage=https://documen.tician.de/pudb/
Source=https://github.com/inducer/pudb
Tracker=https://github.com/inducer/pudb/issues
2013-06-13 21:33:21 +04:00
[flake8]
2015-10-20 05:52:13 +03:00
ignore = E126,E127,E128,E123,E226,E241,E242,E265,W503,E402
2013-06-13 21:33:21 +04:00
max-line-length=85
2020-09-28 21:53:53 +03:00
inline-quotes = "
docstring-quotes = """
multiline-quotes = """
2013-11-16 02:30:31 +04:00
[wheel]
universal = 0