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 7329e3a commit d4b467cCopy full SHA for d4b467c
2 files changed
.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"
README.md
@@ -11,7 +11,7 @@ Add it to your `.pre-commit-config.yaml`:
11
12
```yaml
13
- repo: https://github.com/tox-dev/pyproject-fmt
14
- rev: "v2.21.2"
+ rev: "v2.22.0"
15
hooks:
16
- id: pyproject-fmt
17
```
0 commit comments