summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-23 19:35:33 +0100
committerGitHub <noreply@github.com>2022-03-23 19:35:33 +0100
commit536087e448f9204ddbaea10a55ca5eab7d64de0d (patch)
treef33267e8afb985a74f8c0ba1a8a1d7a75361271c /.pre-commit-config.yaml
parent9c90db16a860d5e33b4916feb232a0a6fe9f420d (diff)
downloadpylint-git-536087e448f9204ddbaea10a55ca5eab7d64de0d.tar.gz
Set up system of code examples and details for message documentation (#5934)
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 d6b2226db..f19027503 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
rev: v1.4
hooks:
- id: autoflake
- exclude: &fixtures tests/functional/|tests/input|tests/regrtest_data/|tests/data/
+ exclude: &fixtures tests/functional/|tests/input|tests/regrtest_data/|tests/data/|doc/data/messages
args:
- --in-place
- --remove-all-unused-imports