File tree 5 files changed +11
-4
lines changed
5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -74,4 +74,4 @@ available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.ht
74
74
[ homepage ] : https://www.contributor-covenant.org
75
75
76
76
For answers to common questions about this code of conduct, see
77
- https://www.contributor-covenant.org/faq
77
+ https://www.contributor-covenant.org/faq
Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.2 .0
5
+ rev : v4.3 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
28
28
rev : v2.34.0
29
29
hooks :
30
30
- id : pyupgrade
31
+ - repo : https://github.com/pycqa/pydocstyle
32
+ rev : 6.1.1 # pick a git hash / tag to point to
33
+ hooks :
34
+ - id : pydocstyle
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Guidelines](https://github.com/N3PDF/pineko/blob/main/.github/CONTRIBUTING.md).
32
32
33
33
## Documentation
34
34
- The documentation is available here: <a href =" https://pineko.readthedocs.io/en/latest/ " ><img alt =" Docs " src =" https://readthedocs.org/projects/pineko/badge/?version=latest " ></a >
35
- - To build the documentation from source run
35
+ - To build the documentation from source run
36
36
``` bash
37
37
cd docs
38
38
poetry run make html
Original file line number Diff line number Diff line change 6
6
# theory example
7
7
# scp dom.mi.infn.it:/media/FK/fktables/data/grids/200-SLAC_NC_EM_D_F2.pineappl.lz4 ./200/SLAC_NC_EM_D_F2.pineappl.lz4
8
8
# scp dom.mi.infn.it:/media/FK/fktables/data/grids/200-SLAC_NC_EM_P_F2.pineappl.lz4 ./200/SLAC_NC_EM_P_F2.pineappl.lz4
9
- # scp dom.mi.infn.it:/media/FK/fktables_pineko/data/grids/208/HERA_NC_318GEV_EAVG_SIGMARED_BOTTOM .pineappl.lz4 ./208/HERA_NC_318GEV_EAVG_SIGMARED_BOTTOM .pineappl.lz4
9
+ # scp dom.mi.infn.it:/media/FK/fktables_pineko/data/grids/208/HERA_CC_318GEV_EM_SIGMARED .pineappl.lz4 ./208/HERA_CC_318GEV_EM_SIGMARED .pineappl.lz4
Original file line number Diff line number Diff line change @@ -110,3 +110,6 @@ max-line-length = 100
110
110
[tool .pylint .design ]
111
111
# Maximum number of arguments for function / method
112
112
max-args = 10
113
+
114
+ [tool .pydocstyle ]
115
+ convention = " numpy"
You can’t perform that action at this time.
0 commit comments