summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMatus Valo <matusvalo@users.noreply.github.com>2022-04-09 16:40:01 +0200
committerGitHub <noreply@github.com>2022-04-09 16:40:01 +0200
commit2d363e48ebbfe84237910e1218d639cd5c40603e (patch)
tree1ffa89909a8adb34fe158ae99bd95e3b034407d7 /.pre-commit-config.yaml
parent7a856be869442245c0d88ea2e2ba9d5153f0ee9e (diff)
downloadpylint-git-2d363e48ebbfe84237910e1218d639cd5c40603e.tar.gz
Added wrong-import-order message example (#6239)
* isort should ignore wrong-import-order/bad.py file Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c1d393f56..89f7caada 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
rev: 5.10.1
hooks:
- id: isort
- exclude: doc/data/messages/r/reimported/bad.py
+ exclude: doc/data/messages/(r/reimported|w/wrong-import-order)/bad.py
- repo: https://github.com/psf/black
rev: 22.3.0
hooks: