Skip to content

Commit 71a4102

Browse files
committed
fix too long line
1 parent ba14d87 commit 71a4102

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_episodes/07-development-setup.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ mamba env create --name a_new_name --file environment.yml
145145
This will create a new conda environment and install ESMValTool (with all
146146
dependencies 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

150151
Now, we should activate the environment:
151152

@@ -273,7 +274,8 @@ The good news is that ``pre-commit`` has been already installed
273274
when we chose development installation.
274275
``pre-commit`` is a command line and runs all of those tools. It also fixes some of those errors.
275276
To 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
>

0 commit comments

Comments
 (0)