mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 16:14:18 +00:00
Syntax for multiple pre-commit additional_dependencies
This commit is contained in:
parent
8c1ed24738
commit
f4ee3c7120
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ plugins, use the ``additional_dependencies`` setting.
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
- id: flake8
|
- id: flake8
|
||||||
additional_dependencies: [flake8-docstrings]
|
additional_dependencies: [flake8-bugbear, flake8-docstrings]
|
||||||
|
|
||||||
.. _pre-commit:
|
.. _pre-commit:
|
||||||
https://pre-commit.com/
|
https://pre-commit.com/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue