Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format: use autopep8 | Jose M. Guisado | 2022-05-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | | Use autopep8 for coding format, and only for whitespace changes. This change drops use of tabs in favor of spaces. Doesn't use autopep8 --aggresive option. Format command: $ autopep8 --inline --recursive . When using git-blame, use --ignore-rev in order to ignore this reformatting commit. | ||||
* | Rename files to remove 'og' prefix | Roberto Hueso Gómez | 2020-06-30 | 1 | -0/+1 |
This prefix is redundant on almost every file, so the prefix is removed from filenames and imports. |