Skip to content

Commit

Permalink
Mirror: 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2024
1 parent b7b1b9c commit 6b2f3b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- 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"
- 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'
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.3
2.5.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
setup(
name='pre_commit_placeholder_package',
version='0.0.0',
install_requires=['pyproject-fmt==2.4.3'],
install_requires=['pyproject-fmt==2.5.0'],
)

0 comments on commit 6b2f3b3

Please sign in to comment.