summaryrefslogtreecommitdiff
path: root/.flake8
Commit message (Collapse)AuthorAgeFilesLines
* 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