Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 authored Apr 21, 2020
1 parent d54da02 commit 1405748
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 @@ -43,7 +43,7 @@ $ black .
```

```bash
$ flake8 src/ flake8 . ---max-line-length=88 --show-source --statistics
$ flake8 src/ ---max-line-length=88 --show-source --statistics
```

if flake8 shows any errors or warnings, please fix the changes in a new commit and squash all the commits into one before submitting the PR.
Expand Down

0 comments on commit 1405748

Please sign in to comment.