diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-07-06 21:15:46 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-07-06 21:21:05 +0200 |
commit | 2dd9027054db541871713ef1cb1ae89513d05555 (patch) | |
tree | 34f03b554d230ab9c701f210ad56dc405fa8f1fc /.pre-commit-config.yaml | |
parent | c035b0b4c3a6c6903e4384382dfefa15e8ffb9f4 (diff) | |
download | astroid-git-2dd9027054db541871713ef1cb1ae89513d05555.tar.gz |
Apply black on doc/conf.py too
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
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: |