Set max line length to 100

这个提交包含在:
nmannall
2024-03-04 16:15:08 +00:00
父节点 d70170b5af
当前提交 67535c0add

查看文件

@@ -14,9 +14,9 @@ repos:
rev: 23.12.0
hooks:
- id: black
args: ["--line-length", "120"] # Adjust the max line length value as needed.
args: ["--line-length", "100"] # Adjust the max line length value as needed.
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
args: ["--line-length", "120", "--profile", "black"]
args: ["--line-length", "100", "--profile", "black"]