Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add global Pylint ignores | toonn | 2020-07-05 | 1 | -1/+1 |
| | | | | | | | | | | `no-else-break/continue/raise/return` because they're nonsense and result in actively less readable code. `useless-object-inheritance` because that's a py3-ism. `import-outside-toplevel` because we use this in many places to good effect. | ||||
* | Pylint: Disable the stop-iteration-return check | Wojciech Siewierski | 2017-12-17 | 1 | -1/+1 |
| | | | | | I'm not sure if the suggested solution is portable between Python 2 and 3, so I'm disabling it for now. | ||||
* | tests: Reenable indentation linting | nfnty | 2017-07-30 | 1 | -1/+1 |
| | |||||
* | .pylintrc: ignore bad-continuation | hut | 2017-07-16 | 1 | -1/+1 |
| | |||||
* | linting: Rename config files | nfnty | 2017-02-09 | 1 | -0/+14 |