Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flake8: exclude venv and .tox folder | Daniel Kutik | 2023-08-15 | 1 | -0/+3 |
* | Format codebase with black and check formatting in CQ | Gavin Mak | 2023-03-22 | 1 | -0/+3 |
* | Make black with line length 80 repo's code style | Gavin Mak | 2023-03-20 | 1 | -10/+5 |
* | flake8: Suppress "E731 do not assign a lambda expression, use a def" | David Pursehouse | 2020-02-15 | 1 | -0/+2 |
* | flake8: Add comments in config to explain suppressed checks | David Pursehouse | 2020-02-12 | 1 | -1/+11 |
* | flake8: Ignore 'line break before/after binary operator' | David Pursehouse | 2020-02-12 | 1 | -1/+1 |
* | flake8: Increase max line length from 80 to 100 | David Pursehouse | 2020-02-12 | 1 | -1/+1 |
* | Replace pylint with pyflakes/flake8 | David Pursehouse | 2016-09-14 | 1 | -0/+3 |