File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,8 @@ mamba env create --name a_new_name --file environment.yml
145145This will create a new conda environment and install ESMValTool (with all
146146dependencies that are needed for development purposes) into it with a single command.
147147
148- For more information see [ Mamba User Guide] ( https://mamba.readthedocs.io/en/latest/user_guide/mamba.html ) .
148+ For more information see
149+ [ Mamba User Guide] ( https://mamba.readthedocs.io/en/latest/user_guide/mamba.html ) .
149150
150151Now, we should activate the environment:
151152
@@ -273,7 +274,8 @@ The good news is that ``pre-commit`` has been already installed
273274when we chose development installation.
274275``pre-commit`` is a command line and runs all of those tools. It also fixes some of those errors.
275276To explore other tools, have a look at ESMValTool documentation on
276- [Code quality](https://docs.esmvaltool.org/en/latest/community/code_documentation.html#code-quality).
277+ [Code quality](https://docs.esmvaltool.org/en/latest/community/
278+ code_documentation.html#code-quality).
277279
278280> ## Using pre-commit
279281>
You can’t perform that action at this time.
0 commit comments