We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8146c5 commit b418718Copy full SHA for b418718
docs/configuration/pre-commit.md
@@ -9,7 +9,7 @@ To use isort's official pre-commit integration add the following config:
9
10
```yaml
11
- repo: https://github.com/pycqa/isort
12
- rev: 5.10.1
+ rev: 5.11.1
13
hooks:
14
- id: isort
15
name: isort (python)
@@ -20,7 +20,7 @@ over different file types (ex: python vs cython vs pyi) you can do so with the f
20
21
22
23
24
25
26
isort/_version.py
@@ -1 +1 @@
1
-__version__ = "5.10.1"
+__version__ = "5.11.1"
0 commit comments