Skip to content

Commit

Permalink
Fix Cython formatting command in Contributing.md. (#8496)
Browse files Browse the repository at this point in the history
This PR closes issue #8123. It removes a slight error in the Cython command in the CuDF `contributing.md` page.

Authors:
  - Marlene  (https://github.com/marlenezw)

Approvers:
  - Nghia Truong (https://github.com/ttnghia)

URL: #8496
  • Loading branch information
marlenezw authored Jun 11, 2021
1 parent 2294a3e commit 6a23f20
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 @@ -87,7 +87,7 @@ and then check the syntax of your Python and Cython code by running:

```bash
flake8 python
flake8 --config=python/cudf/.flake8.cython
flake8 --config=python/.flake8.cython
```

Additionally, many editors have plugins that will apply `isort` and `Black` as
Expand Down

0 comments on commit 6a23f20

Please sign in to comment.