Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | black flake8 compatability | nico | 2020-06-29 | 1 | -1/+1 |
| | | | | | | + add E203 whitespace before ‘:’ to flake8 ignore Due to black's formatting we need to ignore flake8 warning. | ||||
* | tool configuration | nico | 2020-06-27 | 1 | -0/+5 |
* seperate tool config and tool call * rename black stage to code consistency for a greater readability - remove allow_failure from the third stage I did decide to remove the allowed failure tag to encourage a higher code quality. |