Skip to content

Commit b190cb3

Browse files
committed
DEV: Update pre-commit config
1 parent f137f65 commit b190cb3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@ repos:
4747
language_version: python3
4848

4949
## If like to embrace black styles even in the docs:
50-
# - repo: https://github.com/asottile/blacken-docs
51-
# rev: 1.18.0
52-
# hooks:
53-
# - id: blacken-docs
54-
# additional_dependencies: [black]
50+
- repo: https://github.com/asottile/blacken-docs
51+
rev: 1.18.0
52+
hooks:
53+
- id: blacken-docs
54+
additional_dependencies: [black]
5555

5656
- repo: https://github.com/PyCQA/flake8
5757
rev: 7.1.1
5858
hooks:
5959
- id: flake8
6060
## You can add flake8 plugins via `additional_dependencies`:
61-
# additional_dependencies: [flake8-bugbear]
61+
additional_dependencies: [flake8-bugbear, flake8-todo, flake8-2020, flake8-quotes, flake8-docstrings, flake8-pydocstyle, flake8-rst-docstrings]
6262

6363
## Check for misspells in documentation files:
6464
# - repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)