pre-commit conf
This commit is contained in:
parent
b53f9d5f9e
commit
9adb915447
|
|
@ -7,7 +7,7 @@ repos:
|
||||||
# - id: nbstripout
|
# - id: nbstripout
|
||||||
# Format Code
|
# Format Code
|
||||||
- repo: https://github.com/ambv/black
|
- repo: https://github.com/ambv/black
|
||||||
rev: 22.3.0
|
rev: 22.8.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@ repos:
|
||||||
|
|
||||||
# Formatting, Whitespace, etc
|
# Formatting, Whitespace, etc
|
||||||
- repo: git://github.com/pre-commit/pre-commit-hooks
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v2.2.3
|
rev: v2.20.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue