Skip to content

Commit 57b6ff7

Browse files
Mirror: 2.5.1
1 parent b971b65 commit 57b6ff7

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.pre-commit-hooks.yaml

+10-10
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'

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
2.5.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
setup(
77
name='pre_commit_placeholder_package',
88
version='0.0.0',
9-
install_requires=['pyproject-fmt==2.5.0'],
9+
install_requires=['pyproject-fmt==2.5.1'],
1010
)

0 commit comments

Comments
 (0)