Skip to content

Commit 120ce8b

Browse files
fnattinosjvrijn
andauthored
Update episodes/16-verifying-code-style-linters.md
Co-authored-by: Sander van Rijn <svr003@gmail.com>
1 parent 27c86bd commit 120ce8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/16-verifying-code-style-linters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ popular tools, such as [pycodestyle](https://pypi.org/project/pycodestyle/)
143143
(`E` and `W` rules) and [isort](https://pypi.org/project/isort/) (`I` rules):
144144

145145
```bash
146-
$ ruff check --select E,W,F,UP,A,B,SIM,I inflammation
146+
$ ruff check --select E,F,I inflammation
147147
```
148148

149149
Ruff will identify more problems in the codebase:

0 commit comments

Comments
 (0)