Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
8efc8159
Commit
8efc8159
authored
5 months ago
by
Thomas Fischer
Browse files
Options
Downloads
Patches
Plain Diff
Disable pylint warning.
parent
6b243b1b
No related branches found
No related tags found
1 merge request
!285
Disable pylint warning.
Pipeline
#242101
passed with stages
in 4 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+1
-0
1 addition, 0 deletions
pyproject.toml
with
1 addition
and
0 deletions
pyproject.toml
+
1
−
0
View file @
8efc8159
...
...
@@ -135,6 +135,7 @@ multi_line_output = 3
"C0103"
,
# ignore invalid-names like "x", "y"
"C0415"
,
# ignore defered imports
"R0801"
,
# ignore code duplications
"R0917"
,
# too-many-positional-arguments
]
[tool.pylint.reports]
...
...
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