summaryrefslogtreecommitdiff
path: root/.flake8
Commit message (Collapse)AuthorAgeFilesLines
* Add black config, pre-commit including black, check code with black.Jason R. Coombs2018-11-101-2/+3
|
* Also ignore W504 in flake8, following the indication in ↵Jason R. Coombs2018-08-201-0/+2
| | | | OCA/maintainer-quality-tools that neither W503 nor W504 are worthwhile in general.
* When ignoring linter warnings, document the reason.Jason R. Coombs2018-04-121-1/+5
|
* Run flake8 with tests. Add flake8 config to ignore common exclusions. Add ↵Jason R. Coombs2018-03-031-0/+2
comments to testing and docs extras to aid with merges.