Skip to content

Commit 4c0879a

Browse files
committed
Fix pre-commit
Signed-off-by: Bernát Gábor <[email protected]>
1 parent f3e0712 commit 4c0879a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-hooks.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
- id: pyproject-fmt
2-
name: pyproject-fmt
3-
description: ''
4-
entry: pyproject-fmt
5-
language: python
6-
'files': (^|/)pyproject\.toml$
7-
args: []
8-
require_serial: false
9-
additional_dependencies: []
10-
minimum_pre_commit_version: '0'
1+
- id: pyproject-fmt
2+
name: pyproject-fmt
3+
description: ""
4+
entry: pyproject-fmt
5+
language: python
6+
"files": (^|/)pyproject\.toml$
7+
args: []
8+
require_serial: false
9+
additional_dependencies: []
10+
minimum_pre_commit_version: "0"

0 commit comments

Comments
 (0)