Skip to content

Commit da4b6be

Browse files
committed
feat(pre-commit): add toml dependency for black
1 parent 14d6e55 commit da4b6be

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ repos:
2727
rev: 21.12b0
2828
hooks:
2929
- id: black
30+
additional_dependencies: [toml]
3031

3132
- repo: https://github.com/pycqa/flake8
3233
rev: 4.0.1

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ repos:
2727
rev: 21.12b0
2828
hooks:
2929
- id: black
30+
additional_dependencies: [toml]
3031

3132
- repo: https://github.com/pycqa/flake8
3233
rev: 4.0.1

0 commit comments

Comments
 (0)