summaryrefslogtreecommitdiff
path: root/.flake8
Commit message (Collapse)AuthorAgeFilesLines
* can flake be tamed?black-fmtSebastian Thiel2022-05-181-1/+1
|
* See if black can be tought to produce consistent resultsSebastian Thiel2022-05-181-1/+1
|
* improve compatibility of flake8 with blackSebastian Thiel2022-05-181-1/+4
|
* Revert "Remove flake8 linting in favor of `black` formatting"Sebastian Thiel2022-05-181-0/+35
| | | | This reverts commit a7c5d887e943aa51f2270e517954c024a8c01500.
* Remove flake8 linting in favor of `black` formattingSebastian Thiel2022-05-181-35/+0
| | | | `flake8` seems to dislike the formatting of black.
* Add flake8-typing-importsKai Mueller2021-08-021-0/+2
|
* Rmv with_metaclass shim, make section constraint generic wrt its ↵Yobmod2021-07-241-1/+1
| | | | configparser type
* Make pathlike a forward refYobmod2021-07-191-1/+2
|
* update types in types.pyYobmod2021-07-191-2/+2
|
* Change remaining type comments to py3.6+ typesYobmod2021-07-191-1/+1
|
* Update .flake8Dominic2021-07-191-1/+3
| | | Add flags from pythonpackage.yaml
* Create .flake8Dominic2021-07-191-0/+30
Add .flake8 file - flake8 wont use pyproject.toml without a wrapper. e.g. flakehell or flake9