File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ To use isort's official pre-commit integration add the following config:
9
9
10
10
``` yaml
11
11
- repo : https://github.com/pycqa/isort
12
- rev : 5.9.3
12
+ rev : 5.10.0
13
13
hooks :
14
14
- id : isort
15
15
name : isort (python)
16
16
` ` `
17
17
18
- under the ` repos` section of your projects `.pre-commit-config.yaml` file. Optionally if you want to have different hooks
18
+ under the ` repos` section of your projects `.pre-commit-config.yaml` file. Optionally if you want to have different hooks
19
19
over different file types (ex : python vs cython vs pyi) you can do so with the following config:
20
20
21
21
` ` ` yaml
22
22
- repo: https://github.com/pycqa/isort
23
- rev: 5.9.3
23
+ rev: 5.10.0
24
24
hooks:
25
25
- id: isort
26
26
name: isort (python)
Original file line number Diff line number Diff line change 1
- __version__ = "5.9.3 "
1
+ __version__ = "5.10.0 "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ line-length = 100
3
3
4
4
[tool .poetry ]
5
5
name = " isort"
6
- version = " 5.9.3 "
6
+ version = " 5.10.0 "
7
7
description = " A Python utility / library to sort Python imports."
8
8
authors = [" Timothy Crosley <timothy.crosley@gmail.com>" ]
9
9
license = " MIT"
You can’t perform that action at this time.
0 commit comments