summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-07-23 17:11:56 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-07-23 17:11:56 +0100
commitc7ee560e00b85f7486b452c14ff49e4737996eda (patch)
tree30049feb0e763c21c2d8633fe6f5f3e08056c334 /.pre-commit-config.yaml
parentdf98167fe54b99f61dd000ae619fd4b1c634c039 (diff)
downloadpip-c7ee560e00b85f7486b452c14ff49e4737996eda.tar.gz
Blacken tools/
Progresses the black formatting of the codebase further.
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 a343d1a99..64ea3ba02 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -30,7 +30,6 @@ repos:
^src/pip/_internal/req|
^src/pip/_internal/vcs|
^src/pip/_internal/\w+\.py$|
- ^tools/|
# Tests
^tests/data|
^tests/unit|