Skip to content

Commit

Permalink
Fix lint instructions in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
angelogladding authored Nov 28, 2023
1 parent 6e50b12 commit 1cd05c6
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 @@ -38,7 +38,7 @@ PRs must pass all tests and linting requirements before they can be merged.
Before you submit a PR to `mf2py`, run the following command in the base directory of the project:

```bash
make style
make lint
```

This will format your code using the linters configured with the project.
Expand Down

0 comments on commit 1cd05c6

Please sign in to comment.