Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pre-commit autoupdate | Diego Elio Pettenò | 2023-08-03 | 1 | -3/+3 |
| | |||||
* | Update pre-commit config. | Diego Elio Pettenò | 2023-04-16 | 1 | -3/+3 |
| | |||||
* | pre-commit autoupdate | Diego Elio Pettenò | 2022-12-17 | 1 | -6/+6 |
| | | | | This includes the flake8 repo change. | ||||
* | pre-commit autoupgrade. | Diego Elio Pettenò | 2021-11-02 | 1 | -3/+3 |
| | |||||
* | pre-commit autoupgrade. | Diego Elio Pettenò | 2021-05-17 | 1 | -5/+5 |
| | |||||
* | Update pre-commit plugins to the latest versions as of today. | Diego Elio Pettenò | 2020-09-07 | 1 | -6/+6 |
| | |||||
* | Add pre-commit configuration for REUSE.software. | Diego Elio Pettenò | 2020-05-16 | 1 | -0/+4 |
| | | | | | The only files that were lacking a license were the 0-sized __init__.py files — since those are not copyrighteable, make them Unlicense relesed. | ||||
* | Make the project compliant with the REUSE guidelines. | Diego Elio Pettenò | 2020-04-20 | 1 | -0/+4 |
| | | | | | | | | | See https://reuse.software/ for details. For simplicity, the support files, that are vastly copy-pasta, are licensed under MIT license, rather than LGPL-2.1-or-later. Note that `reuse lint` currently fails due to fsfe/reuse-tool#208. | ||||
* | Add some base hooks to pre-commit checks. | Diego Elio Pettenò | 2020-03-27 | 1 | -0/+6 |
| | |||||
* | Add flake8 to configuration and pre-commit. | Diego Elio Pettenò | 2020-03-26 | 1 | -0/+4 |
| | |||||
* | Remove the python3.6 version override on pre-commit. | Diego Elio Pettenò | 2020-03-08 | 1 | -2/+0 |
| | | | | This shouldn't be needed, and it would break if there's no Python 3.6 version installed in the system committing. | ||||
* | add configuration for pre-commit, black and isort | Ben | 2020-03-08 | 1 | -0/+13 |