We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b971b65 commit 57b6ff7Copy full SHA for 57b6ff7
.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'
.version
@@ -1 +1 @@
-2.5.0
+2.5.1
setup.py
@@ -6,5 +6,5 @@
setup(
name='pre_commit_placeholder_package',
version='0.0.0',
- install_requires=['pyproject-fmt==2.5.0'],
+ install_requires=['pyproject-fmt==2.5.1'],
)
0 commit comments