Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
dumux-repositories
dumux
Commits
6f7e20d2
Commit
6f7e20d2
authored
2 years ago
by
Mathis Kelm
Browse files
Options
Downloads
Patches
Plain Diff
[python] Update description in README
parent
25c6231f
No related branches found
No related tags found
1 merge request
!3366
Fix python binding docs
Pipeline
#26393
passed
2 years ago
Stage: check-status
Stage: trigger dumux pipelines
Pipeline: dumux
#26398
Pipeline: dumux
#26397
Pipeline: dumux
#26396
+2
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/README.md
+1
-1
1 addition, 1 deletion
python/README.md
with
1 addition
and
1 deletion
python/README.md
+
1
−
1
View file @
6f7e20d2
...
...
@@ -132,7 +132,7 @@ pylint build-cmake/python/dumux
```
Pylint needs to be able to check imports so the modules need to be properly set up
with
`setup-
dunepy.py`
(see above). The
`pylint`
configuration file
`dumux/.pylintrc`
can
with
`setup-
python-env.sh`
for Dune versions 2.8 or older
(see above). The
`pylint`
configuration file
`dumux/.pylintrc`
can
be used to configure
`pylint`
. Some exceptions or other parameters than the default
might be sensible in the future but generally advice given by
`pylint`
leads to better code.
Different from
`black`
,
`pylint`
does no itself fix the code, you need to do this yourself.
...
...
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