Skip to content

Commit

Permalink
fix: .pre-commit-config.yaml format
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Nov 4, 2021
1 parent 9c7a18c commit 747f411
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: check-added-large-files
- id: end-of-file-fixer
- id: mixed-line-ending
args: ['--fix=lf']
- id: trailing-whitespace
- id: check-added-large-files
- id: end-of-file-fixer
- id: mixed-line-ending
args: ['--fix=lf']

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.8.0
hooks:
- id: isort
args: ['--multi-line=3', '--trailing-comma', '--force-grid-wrap=0', '--use-parentheses', '--line-width=88']

- repo: https://github.com/myint/autoflake.git
- repo: https://github.com/myint/autoflake.git
rev: v1.4
hooks:
- id: autoflake
Expand All @@ -24,4 +24,4 @@ repos:
- repo: https://github.com/ambv/black
rev: 21.5b1
hooks:
- id: black
- id: black

0 comments on commit 747f411

Please sign in to comment.