We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c6d55 commit da9fa47Copy full SHA for da9fa47
.pre-commit-config.yaml
@@ -8,10 +8,10 @@ repos:
8
language: python
9
pass_filenames: false
10
files: ^(.*/)?(poetry\.lock|pyproject\.toml)$
11
- - id: poetry-blake
12
- name: poetry-blake
13
- description: run blake
14
- entry: poetry run blake .
+ - id: poetry-black
+ name: poetry-black
+ description: run black
+ entry: poetry run black .
15
16
17
- id: poetry-flake8
0 commit comments