Skip to content

Commit

Permalink
Merge pull request #1491 from pybamm-team/issue-1488-urls
Browse files Browse the repository at this point in the history
#1488 fix broken urls
  • Loading branch information
rtimms authored May 24, 2021
2 parents a8f7b99 + 1e8ad22 commit 8445c27
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 73 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ We use [black](https://black.readthedocs.io/en/stable/) to automatically configu
black {source_file_or_directory}
```

2. Editor: black can be [configured](https://black.readthedocs.io/en/stable/editor_integration.html) to automatically reformat a python script each time the script is saved in an editor.
2. Editor: black can be [configured](https://test-black.readthedocs.io/en/latest/editor_integration.html) to automatically reformat a python script each time the script is saved in an editor.

If you want to use black in your editor, you may need to change the max line length in your editor settings.

Expand Down
Loading

0 comments on commit 8445c27

Please sign in to comment.