Skip to content

Commit d4b467c

Browse files
Mirror: 2.22.0
1 parent 7329e3a commit d4b467c

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add it to your `.pre-commit-config.yaml`:
1111

1212
```yaml
1313
- repo: https://github.com/tox-dev/pyproject-fmt
14-
rev: "v2.21.2"
14+
rev: "v2.22.0"
1515
hooks:
1616
- id: pyproject-fmt
1717
```

0 commit comments

Comments
 (0)