Skip to content

Commit da9fa47

Browse files
committed
chore(precommit): fix black pre commit auto linting
1 parent c5c6d55 commit da9fa47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ repos:
88
language: python
99
pass_filenames: false
1010
files: ^(.*/)?(poetry\.lock|pyproject\.toml)$
11-
- id: poetry-blake
12-
name: poetry-blake
13-
description: run blake
14-
entry: poetry run blake .
11+
- id: poetry-black
12+
name: poetry-black
13+
description: run black
14+
entry: poetry run black .
1515
language: python
1616
pass_filenames: false
1717
- id: poetry-flake8

0 commit comments

Comments
 (0)