Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
FastMoE
Commits
cf9fd12a
Commit
cf9fd12a
authored
Mar 22, 2021
by
Jiezhong Qiu
Browse files
relax max line length to 120
parent
68997976
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.pylintrc
.pylintrc
+1
-1
No files found.
.pylintrc
View file @
cf9fd12a
...
@@ -402,7 +402,7 @@ indent-after-paren=4
...
@@ -402,7 +402,7 @@ indent-after-paren=4
indent-string=' '
indent-string=' '
# Maximum number of characters on a single line.
# Maximum number of characters on a single line.
max-line-length=
8
1
max-line-length=1
20
# Maximum number of lines in a module.
# Maximum number of lines in a module.
max-module-lines=1000
max-module-lines=1000
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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