diff options
| author | 2023-12-04 10:40:34 +0100 | |
|---|---|---|
| committer | 2023-12-04 10:41:07 +0100 | |
| commit | e688c2b674fc7ad6a964a48df379e5abd01843a7 (patch) | |
| tree | e73ee82805e5521463706d117bd036cc1ae13ac8 /.pre-commit-config.yaml | |
| parent | 1de244cfb7ef2017981402c7d1eaa1b5a0aa16b7 (diff) | |
| download | 2023-e688c2b674fc7ad6a964a48df379e5abd01843a7.tar.gz 2023-e688c2b674fc7ad6a964a48df379e5abd01843a7.tar.bz2 2023-e688c2b674fc7ad6a964a48df379e5abd01843a7.zip | |
Day4
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1232470..0715fe6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # See https://pre-commit.com/hooks.html for more hooks | 2 | # See https://pre-commit.com/hooks.html for more hooks |
| 3 | repos: | 3 | repos: |
| 4 | - repo: https://github.com/pre-commit/pre-commit-hooks | 4 | - repo: https://github.com/pre-commit/pre-commit-hooks |
| 5 | rev: v4.3.0 | 5 | rev: v4.5.0 |
| 6 | hooks: | 6 | hooks: |
| 7 | - id: trailing-whitespace | 7 | - id: trailing-whitespace |
| 8 | - id: end-of-file-fixer | 8 | - id: end-of-file-fixer |
| @@ -10,6 +10,6 @@ repos: | |||
| 10 | - id: debug-statements | 10 | - id: debug-statements |
| 11 | - id: fix-encoding-pragma | 11 | - id: fix-encoding-pragma |
| 12 | - repo: https://github.com/psf/black | 12 | - repo: https://github.com/psf/black |
| 13 | rev: 22.10.0 | 13 | rev: 23.11.0 |
| 14 | hooks: | 14 | hooks: |
| 15 | - id: black | 15 | - id: black |
