Skip to content

Commit ad449a1

Browse files
committed
build(pre-commit): update isort version
1 parent 766de08 commit ad449a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: black
77
language_version: python3
88
- repo: https://github.com/pycqa/isort
9-
rev: 5.10.1
9+
rev: 5.12.0
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black"]
@@ -15,4 +15,4 @@ repos:
1515
hooks:
1616
- id: flake8
1717
additional_dependencies:
18-
[flake8-docstrings]
18+
[flake8-docstrings==1.6.0]

0 commit comments

Comments
 (0)