summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPradyun Gedam <3275593+pradyunsg@users.noreply.github.com>2021-03-28 07:56:09 +0100
committerGitHub <noreply@github.com>2021-03-28 07:56:09 +0100
commit6ff1f7da2f1b2f8915315b2ef88c5593e0dc5797 (patch)
tree2e3788e5e219f6e157c49911a8091e96bfb5af14 /.pre-commit-config.yaml
parenta9394d583da668e74a165bbc0459a1d9f8183e0a (diff)
parentad636667492d8249f9b9340b9a7409d68d23d7ed (diff)
downloadpip-6ff1f7da2f1b2f8915315b2ef88c5593e0dc5797.tar.gz
Merge pull request #9739 from pradyunsg/tests/drop-YAML-based-resolver-tests
Drop YAML tests for the resolver
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 3661edb15..71d275489 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: