diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-02-02 11:36:57 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-02-07 20:36:04 +0100 |
| commit | ba94488196a74e312177ef2621fbd427956836ef (patch) | |
| tree | 7eaf76d66ff1592780deff589d6ee825b660be23 /.pre-commit-config.yaml | |
| parent | 6f185a53a2a7acad0ad8383267942d554527688a (diff) | |
Refs #33476 -- Adjusted docs and config files for Black.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0773edbd10..3f6dc9ab4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,8 @@ repos: + - repo: https://github.com/psf/black + rev: 22.1.0 + hooks: + - id: black - repo: https://github.com/PyCQA/isort rev: 5.9.3 hooks: |
