Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5658029

Browse files
committed
Explicitly specify config file
1 parent 9f757e7 commit 5658029

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ repos:
4242
"doc/users/project/credits.rst"
4343
]
4444
- repo: https://github.com/pycqa/isort
45-
rev: 5.11.2
45+
rev: 5.12.0
4646
hooks:
4747
- id: isort
4848
name: isort (python).
4949
files: ^tutorials/|^examples/
50+
args: ["--settings-file", ".isort.cfg"]

0 commit comments

Comments
 (0)