Skip to content

Commit

Permalink
changed ruff link in CONTRIBUTING.md (pybamm-team#4346)
Browse files Browse the repository at this point in the history
  • Loading branch information
santacodes committed Aug 15, 2024
1 parent 9691d09 commit 1e3f139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PyBaMM follows the [PEP8 recommendations](https://www.python.org/dev/peps/pep-00

### Ruff

We use [ruff](https://github.com/charliermarsh/ruff) to check our PEP8 adherence. To try this on your system, navigate to the PyBaMM directory in a console and type
We use [ruff](https://github.com/astral-sh/ruff) to check our PEP8 adherence. To try this on your system, navigate to the PyBaMM directory in a console and type

```bash
python -m pip install pre-commit
Expand Down

0 comments on commit 1e3f139

Please sign in to comment.