summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-08-13 14:23:45 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-08-20 13:37:49 +0100
commit94999255d5ede440c37137d210666fdf64302e75 (patch)
tree235cdc207679c35695527bad4afc9a357f4c5beb /.pre-commit-config.yaml
parent08b62b65ef89b9f0b9eb3680815580c3f506a1ce (diff)
downloadpip-94999255d5ede440c37137d210666fdf64302e75.tar.gz
Reformat the codebase, with black
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 512ef7185..c0ada7462 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -20,18 +20,6 @@ repos:
rev: 21.7b0
hooks:
- id: black
- exclude: |
- (?x)
- ^src/pip/_internal/models|
- ^src/pip/_internal/operations|
- ^src/pip/_internal/\w+\.py$|
- # Tests
- ^tests/data|
- ^tests/unit|
- ^tests/functional/(?!test_install)|
- ^tests/functional/test_install|
- # A blank ignore, to avoid merge conflicts later.
- ^$
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4