summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDudeNr33 <3929834+DudeNr33@users.noreply.github.com>2021-08-08 15:53:04 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-09 20:00:57 +0200
commit57300194ca9281e2477f1d6ff02c115188986991 (patch)
tree7ec5bd6a4063b8da6ce9dde40492c8cf55cdee00 /.pre-commit-config.yaml
parent4eaafd4da9b9028489f362d8b3c07763a91bea9f (diff)
downloadpylint-git-57300194ca9281e2477f1d6ff02c115188986991.tar.gz
Extract commonly used test helpers into ``conftest.py`` and a testutils component.
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 b43c2fff1..c49bc3631 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -85,7 +85,7 @@ repos:
args: []
require_serial: true
additional_dependencies: ["types-pkg_resources==0.1.3", "types-toml==0.1.3"]
- exclude: tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/|doc/|bin/
+ exclude: tests/functional/|tests/input|tests(/.*)*/data|tests/regrtest_data/|tests/data/|tests(/.*)+/conftest.py|doc/|bin/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2
hooks: