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 f3e0712 commit 4c0879aCopy full SHA for 4c0879a
.pre-commit-hooks.yaml
@@ -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'
+- id: pyproject-fmt
+ name: pyproject-fmt
+ description: ""
+ entry: pyproject-fmt
+ language: python
+ "files": (^|/)pyproject\.toml$
+ args: []
+ require_serial: false
+ additional_dependencies: []
+ minimum_pre_commit_version: "0"
0 commit comments