We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb498d commit 88deeb7Copy full SHA for 88deeb7
py/docs/source/index.rst
@@ -176,6 +176,6 @@ Contributing
176
- Run: `tox -e linting`
177
- If tox exits `0`, commit and push. Otherwise, fix the newly introduced style violations
178
- `flake8` requires manual fixes
179
- - `black` will rewrite the violations automatically, however the files are unstaged and should staged again
180
- - `isort` will rewrite the violations automatically, however the files are unstaged and should staged again
+ - `black` will rewrite the violations automatically, however the files are unstaged and should be staged again
+ - `isort` will rewrite the violations automatically, however the files are unstaged and should be staged again
181
- Submit a Pull Request
0 commit comments