Skip to content

Commit b6bd2e2

Browse files
committed
Stop running isort on jupytext examples
1 parent f23ff70 commit b6bd2e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ repos:
2424
hooks:
2525
- id: isort
2626
args: ['--line-width=88', '--multi-line=3', '--force-grid-wrap=0', '--trailing-comma']
27+
exclude: '^docs/'
2728

2829
- repo: https://github.com/PyCQA/flake8
2930
rev: 3.8.3

0 commit comments

Comments
 (0)