Skip to content

Commit 9a10dcf

Browse files
committed
lint
1 parent 83000f6 commit 9a10dcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: mypy
1313
- repo: https://github.com/kynan/nbstripout
14-
rev: master
14+
rev: 0.3.7
1515
hooks:
1616
- id: nbstripout
1717
files: ".ipynb"
@@ -20,8 +20,8 @@ repos:
2020
hooks:
2121
- id: autoflake
2222
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
23-
- repo: https://github.com/ambv/black
24-
rev: stable
23+
- repo: https://github.com/psf/black
24+
rev: 20.8b1 # Replace by any tag/version: https://github.com/psf/black/tags
2525
hooks:
2626
- id: black
27-
args: [--line-length=120]
27+
language_version: python3 # Should be a command that runs python3.6+

0 commit comments

Comments
 (0)