File tree Expand file tree Collapse file tree 5 files changed +43
-425
lines changed Expand file tree Collapse file tree 5 files changed +43
-425
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ Install ``pre-commit`` with ``pip`` and install the git hook:
18
18
Coding style
19
19
--------------
20
20
21
- `yapf-isort <https://pypi.org/project/yapf-isort/ >`_ is used for code formatting.
21
+ `formate <https://formate.readthedocs.io >`_ is used for code formatting.
22
22
23
23
It can be run manually via ``pre-commit ``:
24
24
25
25
.. code-block :: bash
26
26
27
- $ pre-commit run yapf-isort -a
27
+ $ pre-commit run formate -a
28
28
29
29
30
30
Or, to run the complete autoformatting suite:
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ Install ``pre-commit`` with ``pip`` and install the git hook:
17
17
Coding style
18
18
--------------
19
19
20
- `yapf-isort <https://pypi.org/project/yapf-isort/ >`_ is used for code formatting.
20
+ `formate <https://formate.readthedocs.io >`_ is used for code formatting.
21
21
22
22
It can be run manually via ``pre-commit ``:
23
23
24
24
.. prompt :: bash
25
25
26
- pre-commit run yapf-isort -a
26
+ pre-commit run formate -a
27
27
28
28
29
29
Or, to run the complete autoformatting suite:
You can’t perform that action at this time.
0 commit comments