summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMatus Valo <matusvalo@users.noreply.github.com>2022-04-09 23:01:27 +0200
committerGitHub <noreply@github.com>2022-04-09 23:01:27 +0200
commitf6f72c4a03d33583d5914fa5b615cd13755e74a0 (patch)
tree04072f5a7fa47c4e3ecf8aa7b1f4a14ff22df1aa /.pre-commit-config.yaml
parent620347af428358459c3781223959806c0496dee7 (diff)
downloadpylint-git-f6f72c4a03d33583d5914fa5b615cd13755e74a0.tar.gz
Added misplaced-future message example (#6243)
Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@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 d45cda698..134e22a45 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|w/wrong-import-order|u/ungrouped-imports)/bad.py
+ exclude: doc/data/messages/(r/reimported|w/wrong-import-order|u/ungrouped-imports|m/misplaced-future)/bad.py
- repo: https://github.com/psf/black
rev: 22.3.0
hooks: