summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-03-21 11:55:07 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-03-21 11:55:07 +0000
commitad636667492d8249f9b9340b9a7409d68d23d7ed (patch)
tree58ff123636d6d64c2cdf2310707604a16200f477 /.pre-commit-config.yaml
parent9624d0d529243354bda9820f0cc12257cbdf47f0 (diff)
downloadpip-ad636667492d8249f9b9340b9a7409d68d23d7ed.tar.gz
Drop YAML tests for the resolver
We've created a fairly capable setup with the new resolver tests, which has now rendered this logic redundant and generally unnecessary.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0521f261f..5b470e36f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -34,7 +34,6 @@ repos:
^tools/|
# Tests
^tests/conftest.py|
- ^tests/yaml|
^tests/lib|
^tests/data|
^tests/unit|
@@ -45,7 +44,6 @@ repos:
# A blank ignore, to avoid merge conflicts later.
^$
-
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
hooks: