Merge pull request #9502 from mosfet80/patch-3

Update .pre-commit-config.yaml
This commit is contained in:
Chris Hennes
2023-05-09 09:24:56 -05:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ exclude: |
)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -23,7 +23,7 @@ repos:
- id: check-added-large-files
- id: mixed-line-ending
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
args: ['--line-length', '100']