Skip to content
Snippets Groups Projects
Commit f7ac2425 authored by Christian Darsow-Fromm's avatar Christian Darsow-Fromm
Browse files

pylint updates

parent 8ef9097b
No related branches found
No related tags found
No related merge requests found
...@@ -234,7 +234,7 @@ const-naming-style=UPPER_CASE ...@@ -234,7 +234,7 @@ const-naming-style=UPPER_CASE
# Minimum line length for functions/classes that require docstrings, shorter # Minimum line length for functions/classes that require docstrings, shorter
# ones are exempt. # ones are exempt.
docstring-min-length=-1 docstring-min-length=10
# Naming style matching correct function names. # Naming style matching correct function names.
function-naming-style=snake_case function-naming-style=snake_case
...@@ -313,7 +313,7 @@ indent-after-paren=4 ...@@ -313,7 +313,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=100 max-line-length=160
# Maximum number of lines in a module. # Maximum number of lines in a module.
max-module-lines=1000 max-module-lines=1000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment