Line | |
---|
1 | [aliases] |
---|
2 | build = update_version build |
---|
3 | sdist = update_version sdist |
---|
4 | install = update_version install |
---|
5 | develop = update_version develop |
---|
6 | bdist_egg = update_version bdist_egg |
---|
7 | bdist_wheel = update_version bdist_wheel |
---|
8 | |
---|
9 | [flake8] |
---|
10 | # Enforce all pyflakes constraints, and also prohibit tabs for indentation. |
---|
11 | # Reference: |
---|
12 | # https://flake8.pycqa.org/en/latest/user/error-codes.html |
---|
13 | # https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes |
---|
14 | select = F, W191 |
---|
Note: See
TracBrowser
for help on using the repository browser.