Skip to content

Commit

Permalink
README.md: Update Suggested code hygiene (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 13, 2023
1 parent 3527392 commit f581367
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ optional arguments:

Suggested code hygiene:
```
$ flake8 --max-line-length=88 .
$ isort -rc .
$ ruff .
$ black .
```

0 comments on commit f581367

Please sign in to comment.