Commit 31fe2e29 authored by Ruilong Li's avatar Ruilong Li
Browse files

black in pre commit hook

parent 8f19eb28
...@@ -12,6 +12,9 @@ repos: ...@@ -12,6 +12,9 @@ repos:
hooks: hooks:
- id: black - id: black
language_version: python3.8.12 language_version: python3.8.12
args: # arguments to configure black
- --line-length=88
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.10.1 rev: 5.10.1
hooks: hooks:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment