Skip to content

Commit 45d5781

Browse files
Mirror: 1.6.0
1 parent 6759140 commit 45d5781

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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: tox-toml-fmt
2-
name: tox-toml-fmt
3-
description: ''
4-
entry: tox-toml-fmt
5-
language: python
6-
'files': (^|/)tox\.toml$
7-
args: []
8-
require_serial: false
9-
additional_dependencies: []
10-
minimum_pre_commit_version: '0'
1+
- id: tox-toml-fmt
2+
name: tox-toml-fmt
3+
description: ""
4+
entry: tox-toml-fmt
5+
language: python
6+
"files": (^|/)tox\.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/tox-toml-fmt
14-
rev: "v1.5.4"
14+
rev: "v1.6.0"
1515
hooks:
1616
- id: tox-toml-fmt
1717
```

0 commit comments

Comments
 (0)