Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lp_nn_robustness_verification
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ludwig10_masters_thesis
lp_nn_robustness_verification
Commits
2dff2471
Verified
Commit
2dff2471
authored
2 years ago
by
Björn Ludwig
Browse files
Options
Downloads
Patches
Plain Diff
chore(pylint): introduce one setting to avoid false positives about missing members
parent
cfeea519
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+6
-4
6 additions, 4 deletions
pyproject.toml
with
6 additions
and
4 deletions
pyproject.toml
+
6
−
4
View file @
2dff2471
...
@@ -111,13 +111,15 @@ exclude = "venv"
...
@@ -111,13 +111,15 @@ exclude = "venv"
max-line-length
=
88
max-line-length
=
88
[tool.pylint.typecheck]
[tool.pylint.typecheck]
# List of members which are set dynamically and missed by pylint inference
# List of class names for which member attributes should not be checked (useful
# system, and so shouldn't trigger E1101 when accessed. Python regular
# for classes with dynamically set attributes). This supports the use of
# expressions are accepted.
# qualified names.
#generated-members = "<package-name>.*"
ignored-classes
=
"YStats"
[tool.pylint.main]
[tool.pylint.main]
# A comma-separated list of package or module names from where C extensions may
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code.
# run arbitrary code.
extension-pkg-allow-list
=
[
"pyscipopt"
]
extension-pkg-allow-list
=
[
"pyscipopt"
]
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