diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2021-11-03 00:46:19 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2021-11-03 00:46:19 -0700 |
| commit | c154ecff496bf9309eaf5d887f4aa4a0abba28a2 (patch) | |
| tree | de909831b9a160cc18d2ff1ec939410a172b31f4 /docs | |
| parent | 7a13f31eab7bcb692b1f5b537b124464018c1889 (diff) | |
| download | isort-c154ecff496bf9309eaf5d887f4aa4a0abba28a2.tar.gz | |
Bump version to 5.10.05.10.0
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/pre-commit.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/pre-commit.md b/docs/configuration/pre-commit.md index 4238483b..9d805473 100644 --- a/docs/configuration/pre-commit.md +++ b/docs/configuration/pre-commit.md @@ -9,18 +9,18 @@ To use isort's official pre-commit integration add the following config: ```yaml - repo: https://github.com/pycqa/isort - rev: 5.9.3 + rev: 5.10.0 hooks: - id: isort name: isort (python) ``` -under the `repos` section of your projects `.pre-commit-config.yaml` file. Optionally if you want to have different hooks +under the `repos` section of your projects `.pre-commit-config.yaml` file. Optionally if you want to have different hooks over different file types (ex: python vs cython vs pyi) you can do so with the following config: ```yaml - repo: https://github.com/pycqa/isort - rev: 5.9.3 + rev: 5.10.0 hooks: - id: isort name: isort (python) |
