Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
iObs
WP2
Task 2.3
netatmoqc
Commits
cbf0116e
Commit
cbf0116e
authored
Oct 25, 2021
by
Paulo Medeiros
Browse files
Less strict pylint
parent
e1ccbd01
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyproject.toml
View file @
cbf0116e
...
...
@@ -99,7 +99,7 @@
# <https://docs.pylint.org/en/1.6.0/features.html>
# <https://docs.pylint.org/en/1.6.0/faq.html>
# Also, run "pylint --generate-rcfile" to see all applied pylint opts.
fail-under
=
"
9
.0"
fail-under
=
"
8
.0"
good-names
=
[
"i"
,
"j"
,
"n"
,
"x"
,
"y"
,
"df"
,
"db"
,
"dt"
,
"g0"
]
# Default value for the rgx below: "[a-z_][a-z0-9_]{2,30}$"
attr-rgx
=
"[a-z_][a-z0-9_]{1,30}$"
...
...
Write
Preview
Supports
Markdown
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