summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-04-02 10:21:40 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-04-02 11:59:57 +0100
commitebb80861eea893f470a4eddd7294474d957a11dc (patch)
treef41da886427864bc393ed0cd90457c11d1187436 /.pre-commit-config.yaml
parent6630ec35849144597ca7302a60c65bceb22770d7 (diff)
downloadpip-ebb80861eea893f470a4eddd7294474d957a11dc.tar.gz
Blacken tests/lib
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b3c61d784..a343d1a99 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -32,7 +32,6 @@ repos:
^src/pip/_internal/\w+\.py$|
^tools/|
# Tests
- ^tests/lib|
^tests/data|
^tests/unit|
^tests/functional/(?!test_install)|