Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
apollon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Blaß, Michael
apollon
Commits
7025d022
Commit
7025d022
authored
4 years ago
by
Blaß, Michael
Browse files
Options
Downloads
Patches
Plain Diff
Updated .pylintrc.
parent
88744b85
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.pylintrc
+3
-12
3 additions, 12 deletions
.pylintrc
with
3 additions
and
12 deletions
.pylintrc
+
3
−
12
View file @
7025d022
...
...
@@ -414,16 +414,7 @@ function-naming-style=snake_case
#function-rgx=
# Good variable names which should always be accepted, separated by a comma.
good-names=i,
j,
k,
ex,
Run,
_,
m,
X,
N,
ax # matplotlib axis
good-names=_, ax, i, j, k, m, n, t, x, y, z
# Include a hint for the correct naming format with invalid-name.
include-naming-hint=no
...
...
@@ -528,10 +519,10 @@ valid-metaclass-classmethod-first-arg=cls
[DESIGN]
# Maximum number of arguments for function / method.
max-args=5
max-args=
8 # original was
5
# Maximum number of attributes for a class (see R0902).
max-attributes=
7
max-attributes=
10 # original was 8
# Maximum number of boolean expressions in an if statement.
max-bool-expr=5
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment