| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-23 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2023-09-10 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2023-07-30 | Fixed warnings per flake8 6.1.0. | Mariusz Felisiak | |
| 2023-07-11 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2023-03-29 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2023-03-01 | Refs #34140 -- Added configurations to run blacken-docs linter and adjusted ↵ | Mariusz Felisiak | |
| docs. This adds: - GitHub actions, - tox configuration, - pre-commit hook, and - makefile rules to run blacken-docs linter. Co-authored-by: David Smith <smithdc@gmail.com> | |||
| 2023-02-13 | Bumped versions in pre-commit and npm configurations. | Sarah Boyce | |
| 2023-02-01 | Refs #33476 -- Applied Black's 2023 stable style. | David Smith | |
| Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0 | |||
| 2022-12-09 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2022-10-07 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2022-09-01 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2022-07-31 | Fixed warnings per flake8 5.0.0. | Mariusz Felisiak | |
| 2022-06-28 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2022-05-21 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2022-03-29 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2022-03-09 | Refs #33476 -- Prevented formatting of .py-tpl files with black by pre-commit. | Nick Pope | |
| When using `pre-commit run --all-files`, files explicitly passed to black are processed even if they don't match the `include` configuration option. For some reason, (only) one of the `*.py-tpl` files is picked up by pre-commit. We can avoid this by explicitly excluding certain patterns of files for the black hook in the pre-commit configuration. | |||
| 2022-02-07 | Refs #33476 -- Adjusted docs and config files for Black. | Carlton Gibson | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-10-12 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2021-07-06 | Bumped versions in pre-commit configuration. | Adam Johnson | |
| 2021-04-06 | Bumped versions in pre-commit configuration. | David Smith | |
| 2020-12-23 | Fixed #32165 -- Added pre-commit hooks | David Smith | |
| * Added pre-commit hooks for isort, flake8 and eslint * Added documentation on how to install and use the tool | |||
