summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Refs #34140 -- Added configurations to run blacken-docs linter and adjusted ↵Mariusz Felisiak2023-03-011-0/+6
| | | | | | | | | | | | | 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>
* Bumped versions in pre-commit and npm configurations.Sarah Boyce2023-02-131-2/+2
|
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+1
| | | | | | | | 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
* Bumped versions in pre-commit and npm configurations.Mariusz Felisiak2022-12-091-2/+2
|
* Bumped versions in pre-commit and npm configurations.Mariusz Felisiak2022-10-071-2/+2
|
* Bumped versions in pre-commit and npm configurations.Mariusz Felisiak2022-09-011-3/+3
|
* Fixed warnings per flake8 5.0.0.Mariusz Felisiak2022-07-311-1/+1
|
* Bumped versions in pre-commit and npm configurations.Mariusz Felisiak2022-06-281-2/+2
|
* Bumped versions in pre-commit and npm configurations.Mariusz Felisiak2022-05-211-1/+1
|
* Bumped versions in pre-commit and npm configurations.Mariusz Felisiak2022-03-291-3/+3
|
* Refs #33476 -- Prevented formatting of .py-tpl files with black by pre-commit.Nick Pope2022-03-091-0/+1
| | | | | | | | 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.
* Refs #33476 -- Adjusted docs and config files for Black.Carlton Gibson2022-02-071-0/+4
| | | | Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Bumped versions in pre-commit and npm configurations.Mariusz Felisiak2021-10-121-3/+3
|
* Bumped versions in pre-commit configuration.Adam Johnson2021-07-061-3/+3
|
* Bumped versions in pre-commit configuration.David Smith2021-04-061-4/+4
|
* Fixed #32165 -- Added pre-commit hooksDavid Smith2020-12-231-0/+13
* Added pre-commit hooks for isort, flake8 and eslint * Added documentation on how to install and use the tool