summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
AgeCommit message (Collapse)Author
2023-03-29[4.2.x] Bumped versions in pre-commit and npm configurations.Mariusz Felisiak
Backport of 93faad78cc7eabc7c5e22a77c0481cd72f2e29f8 from main
2023-03-01[4.2.x] Refs #34140 -- Added configurations to run blacken-docs linter and ↵Mariusz Felisiak
adjusted 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> Backport of 6015bab80e28aef2669f6fac53423aa65f70cb08 from main
2023-02-14[4.2.x] Bumped versions in pre-commit and npm configurations.Sarah Boyce
Backport of 7e297e52c21e9203d2b963dd34b9098af9382994 from main
2023-02-01[4.2.x] 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 Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main
2022-12-09Bumped versions in pre-commit and npm configurations.Mariusz Felisiak
2022-10-07Bumped versions in pre-commit and npm configurations.Mariusz Felisiak
2022-09-01Bumped versions in pre-commit and npm configurations.Mariusz Felisiak
2022-07-31Fixed warnings per flake8 5.0.0.Mariusz Felisiak
2022-06-28Bumped versions in pre-commit and npm configurations.Mariusz Felisiak
2022-05-21Bumped versions in pre-commit and npm configurations.Mariusz Felisiak
2022-03-29Bumped versions in pre-commit and npm configurations.Mariusz Felisiak
2022-03-09Refs #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-07Refs #33476 -- Adjusted docs and config files for Black.Carlton Gibson
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-10-12Bumped versions in pre-commit and npm configurations.Mariusz Felisiak
2021-07-06Bumped versions in pre-commit configuration.Adam Johnson
2021-04-06Bumped versions in pre-commit configuration.David Smith
2020-12-23Fixed #32165 -- Added pre-commit hooksDavid Smith
* Added pre-commit hooks for isort, flake8 and eslint * Added documentation on how to install and use the tool