Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | can flake be tamed?black-fmt | Sebastian Thiel | 2022-05-18 | 1 | -1/+1 |
| | |||||
* | See if black can be tought to produce consistent results | Sebastian Thiel | 2022-05-18 | 1 | -1/+1 |
| | |||||
* | improve compatibility of flake8 with black | Sebastian Thiel | 2022-05-18 | 1 | -1/+4 |
| | |||||
* | Revert "Remove flake8 linting in favor of `black` formatting" | Sebastian Thiel | 2022-05-18 | 1 | -0/+35 |
| | | | | This reverts commit a7c5d887e943aa51f2270e517954c024a8c01500. | ||||
* | Remove flake8 linting in favor of `black` formatting | Sebastian Thiel | 2022-05-18 | 1 | -35/+0 |
| | | | | `flake8` seems to dislike the formatting of black. | ||||
* | Add flake8-typing-imports | Kai Mueller | 2021-08-02 | 1 | -0/+2 |
| | |||||
* | Rmv with_metaclass shim, make section constraint generic wrt its ↵ | Yobmod | 2021-07-24 | 1 | -1/+1 |
| | | | | configparser type | ||||
* | Make pathlike a forward ref | Yobmod | 2021-07-19 | 1 | -1/+2 |
| | |||||
* | update types in types.py | Yobmod | 2021-07-19 | 1 | -2/+2 |
| | |||||
* | Change remaining type comments to py3.6+ types | Yobmod | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Update .flake8 | Dominic | 2021-07-19 | 1 | -1/+3 |
| | | | Add flags from pythonpackage.yaml | ||||
* | Create .flake8 | Dominic | 2021-07-19 | 1 | -0/+30 |
Add .flake8 file - flake8 wont use pyproject.toml without a wrapper. e.g. flakehell or flake9 |