Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let pre-commit sort pxd files too #1549

Merged
merged 5 commits into from Oct 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/upgrade_guides/5.0.0.md
Expand Up @@ -82,9 +82,16 @@ isort now includes an optimized precommit configuration in the repo itself. To u

```
- repo: https://github.com/pycqa/isort
rev: 5.3.2
rev: 5.6.3
hooks:
- id: isort
name: isort (python)
- id: isort
name: isort (cython)
types: [cython]
- id: isort
name: isort (pyi)
types: [pyi]
```

under the `repos` section of your projects `.pre-commit-config.yaml` config.