Skip to content

Commit

Permalink
#184: Edit docs to reflect Nox session renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Nov 3, 2020
1 parent 81671f4 commit 4846a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ nox -s [SESSION/FUNCTION NAME]
```

Currently, the following Nox sessions have been created:
- `format` - this uses [Black](https://black.readthedocs.io/en/stable/) to format Python
- `black` - this uses [Black](https://black.readthedocs.io/en/stable/) to format Python
code to a pre-defined style.
- `lint` - this uses [flake8](https://flake8.pycqa.org/en/latest/) with a number of
additional plugins (see the included `noxfile.py` to see which plugins are used) to
Expand Down

0 comments on commit 4846a3d

Please sign in to comment.