| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | setup.cfg: Add pytest discovery args | Dylan Baker | 2020-10-30 | 1 | -0/+3 |
| | | | | | | | | | | We have a single giant file for our tests, but a number of files that match pytest's default discovery globs. To fix that, let's tell pytest what to do. This means you can just `pytest` and get the right results. It also helps IDE's like vscode correctly identify tests. | ||||
| * | setup.cfg: Mark setuptools as required | Dylan Baker | 2020-04-21 | 1 | -0/+2 |
| | | | | | It's required, lets just document it as such. | ||||
| * | pytest: Fix test warnings | Daniel Mensinger | 2019-12-05 | 1 | -1/+4 |
| | | |||||
| * | Ensure setuptools via PEP508/518 pyproject.toml | Michael Hirsch, Ph.D | 2019-11-02 | 1 | -0/+4 |
| | | |||||
| * | Remove unnecessary setup.cfg lines that confound offline use | Michael Hirsch, Ph.D | 2019-07-11 | 1 | -3/+0 |
| | | |||||
| * | minimum python 3.5.2 | Michael Hirsch, Ph.D | 2019-07-11 | 1 | -1/+1 |
| | | |||||
| * | ENH: metadata PEP390 setup.cfg | Michael Hirsch, Ph.D | 2019-07-11 | 1 | -33/+35 |
| | | | | | | | https for Meson docs url Co-Authored-By: Elliott Sales de Andrade <quantum.analyst@gmail.com> | ||||
| * | Fix builtin variable names | Daniel Mensinger | 2019-04-29 | 1 | -0/+2 |
| | | |||||
| * | flake8: ignore W504: line break after binary operator | Xavier Claessens | 2018-12-02 | 1 | -0/+2 |
| | | | | | It wasn't an error before, and plenty of files does that. | ||||
| * | setup.cfg: Don't warn about commented code | Nirbheek Chauhan | 2018-07-02 | 1 | -0/+2 |
| | | |||||
| * | Fix issues found by flake8 | Xavier Claessens | 2018-06-06 | 1 | -0/+4 |
| | | |||||
| * | flake8: disable E731: do not assign a lambda expression, use a def | Luke Shumaker | 2017-09-21 | 1 | -3/+5 |
| | | | | | | | | | | | | | It has too many false positives. It was complaining about things like if this: fn = some_func else: fn = lambda x: ... Where obviously, "fn" can't be a def, and it would be silly to introduce some other name to use as the def, just to assign it to fn. | ||||
| * | vs: Use CompilerArgs() for compile and link args | Nirbheek Chauhan | 2017-01-28 | 1 | -1/+3 |
| | | | | | | At the same time also fix the order in which they are added. They now match the order used in the Ninja backend. | ||||
| * | Disable E266 in flake8 | Nirbheek Chauhan | 2017-01-28 | 1 | -1/+3 |
| | | | | | Don't tell me how to format my comments! | ||||
| * | style: disable flake8 warnings E241, E251, E305, E401 | Mike Sinkovsky | 2017-01-11 | 1 | -1/+9 |
| | | |||||
| * | setup.cfg: fix syntax | Igor Gnatenko | 2016-12-29 | 1 | -2/+2 |
| | | |||||
| * | Just say no. | Jussi Pakkanen | 2016-12-28 | 1 | -0/+2 |
| | | |||||
| * | setup.cfg: ignore couple of PEP8 errors | Igor Gnatenko | 2016-12-23 | 1 | -1/+6 |
| | | | | | | | We don't care about E261 and temporarily ignore E501. Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | ||||
| * | Shut down the noise. | Jussi Pakkanen | 2016-12-21 | 1 | -1/+1 |
| | | |||||
| * | add flake8 configuration | Igor Gnatenko | 2016-12-21 | 1 | -0/+2 |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
