summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-06 21:15:46 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-06 21:21:05 +0200
commit2dd9027054db541871713ef1cb1ae89513d05555 (patch)
tree34f03b554d230ab9c701f210ad56dc405fa8f1fc /.pre-commit-config.yaml
parentc035b0b4c3a6c6903e4384382dfefa15e8ffb9f4 (diff)
downloadastroid-git-2dd9027054db541871713ef1cb1ae89513d05555.tar.gz
Apply black on doc/conf.py too
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9e9c9975..7062b3bb 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -40,7 +40,7 @@ repos:
hooks:
- id: black
args: [--safe, --quiet]
- exclude: tests/testdata|doc/
+ exclude: tests/testdata
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks: