Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Merge requests
!163
pylint: Remove R0401 and R0904 disables
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
pylint: Remove R0401 and R0904 disables
pylint_rm_disables
into
main
Overview
1
Commits
1
Pipelines
4
Changes
1
Merged
Moul
requested to merge
pylint_rm_disables
into
main
3 years ago
Overview
1
Commits
1
Pipelines
4
Changes
1
Expand
R0401: cyclic-import
R0904: max-public-methods to 20
https://pylint.readthedocs.io/en/latest/technical_reference/features.html
Edited
3 years ago
by
Moul
0
0
Merge request reports
Compare
main
version 1
540e5a8f
3 years ago
main (base)
and
latest version
latest version
3389e8d7
1 commit,
3 years ago
version 1
540e5a8f
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
pyproject.toml
+
1
−
1
Options
@@ -50,7 +50,7 @@ profile = "black"
src_paths
=
[
"duniterpy"
,
"tests"
,
"examples"
]
[tool.pylint.messages_control]
disable
=
"C,E0401,
R0401,
R0801,R0902,R0903,
R0904,
R0912,R0913,R0914,R0915,W0613"
disable
=
"C,E0401,R0801,R0902,R0903,R0912,R0913,R0914,R0915,W0613"
enable
=
"C0121,C0202,C0321"
jobs
=
0
Loading