summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2021-02-20 07:13:27 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2021-02-21 07:29:15 -0800
commit83c596ff70bef7e14d865f0f64f283b25d1a606c (patch)
treea24550043665b5f924838f81ffeabcb5bc39b1fa /.pre-commit-config.yaml
parentb7c6a0817a786a3388cb6b5104b58e7aa3c6916a (diff)
downloadpip-83c596ff70bef7e14d865f0f64f283b25d1a606c.tar.gz
Blacken src/pip/_internal/cli directory
In autocompletion.py, the should_list_installed boolean expression was flipped to workaround upstream black bug: https://github.com/psf/black/issues/1629 The bug makes black fail to stabilize formatting when the list isn't the last piece of the expression.
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 163beba71..ccd8a1f53 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -23,7 +23,6 @@ repos:
exclude: |
(?x)
^docs/|
- ^src/pip/_internal/cli|
^src/pip/_internal/commands|
^src/pip/_internal/distributions|
^src/pip/_internal/index|