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
Commits
86e38051
Commit
86e38051
authored
4 years ago
by
Vincent Texier
Browse files
Options
Downloads
Patches
Plain Diff
[fix] fix check error with pylint 2.7.2
Skip R0801 Duplicate code fragment
parent
fa47135d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!128
Release 0.62.0
,
!122
#143 block inner hash and sign
Pipeline
#11037
waiting for manual action
Stage: format
Stage: test
Stage: build
Stage: release
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+3
-3
3 additions, 3 deletions
Makefile
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
4 additions
and
4 deletions
Makefile
+
3
−
3
View file @
86e38051
...
@@ -20,9 +20,9 @@ mypy:
...
@@ -20,9 +20,9 @@ mypy:
# check code errors
# check code errors
pylint
:
pylint
:
poetry run pylint
--disable
=
C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613
--enable
=
C0121,C0202,C0321
--jobs
=
0 duniterpy/
poetry run pylint
--disable
=
C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613
,R0801
--enable
=
C0121,C0202,C0321
--jobs
=
0 duniterpy/
poetry run pylint
--disable
=
C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613
--enable
=
C0121,C0202,C0321
--jobs
=
0 tests/
poetry run pylint
--disable
=
C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613
,R0801
--enable
=
C0121,C0202,C0321
--jobs
=
0 tests/
poetry run pylint
--disable
=
C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613,E0401
--enable
=
C0121,C0202,C0321
--jobs
=
0 examples/
poetry run pylint
--disable
=
C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613,E0401
,R0801
--enable
=
C0121,C0202,C0321
--jobs
=
0 examples/
# check format
# check format
check-format
:
check-format
:
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
86e38051
...
@@ -37,6 +37,6 @@ graphql-core = "^3.1.2"
...
@@ -37,6 +37,6 @@ graphql-core = "^3.1.2"
[tool.poetry.dev-dependencies]
[tool.poetry.dev-dependencies]
black
=
"^20.8b1"
black
=
"^20.8b1"
mypy
=
"^0.790"
mypy
=
"^0.790"
pylint
=
"^2.
6.0
"
pylint
=
"^2.
7.2
"
sphinx
=
"^3.2.1"
sphinx
=
"^3.2.1"
sphinx_rtd_theme
=
"^0.5.0"
sphinx_rtd_theme
=
"^0.5.0"
This diff is collapsed.
Click to expand it.
Moul
@moul
mentioned in issue
#147 (closed)
·
4 years ago
mentioned in issue
#147 (closed)
mentioned in issue #147
Toggle commit list
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