Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
135
noc
Commits
ff5f70a8
Commit
ff5f70a8
authored
Aug 26, 2020
by
EKbfh
🐼
Browse files
Minimize line-length to 100 like in black
parent
a2de493b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyproject.toml
View file @
ff5f70a8
...
...
@@ -46,7 +46,7 @@ ignore_errors = true
ignore-long-lines
=[
'^\s*(# )?<?https?://\S+>?$'
]
indent-after-paren
=
4
indent-string
=
' '
max-line-length
=
1
2
0
max-line-length
=
1
0
0
max-module-lines
=
1000
no-space-check
=
['trailing-comma,dict-separator']
single-line-class-stmt
=
['no']
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment