Skip to content
Snippets Groups Projects
Commit 6f7e20d2 authored by Mathis Kelm's avatar Mathis Kelm
Browse files

[python] Update description in README

parent 25c6231f
No related branches found
No related tags found
1 merge request!3366Fix python binding docs
Pipeline #26393 passed
Pipeline: dumux

#26398

    Pipeline: dumux

    #26397

      Pipeline: dumux

      #26396

        +2
        ......@@ -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.
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment