Update .pre-commit-config.yaml

update pre-commit external libraries
Update .pre-commit-config.yaml
This commit is contained in:
mosfet80
2023-05-08 21:08:34 +02:00
parent bd3f71b478
commit 058b4eab80

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']