Skip to content

Commit

Permalink
Merge pull request #9502 from mosfet80/patch-3
Browse files Browse the repository at this point in the history
Update .pre-commit-config.yaml
  • Loading branch information
chennes committed May 9, 2023
2 parents 530dd7c + 058b4ea commit 87756b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -15,15 +15,15 @@ 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
- id: check-yaml
- 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']
Expand Down

0 comments on commit 87756b4

Please sign in to comment.