Skip to content

Commit

Permalink
Mirror: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2024
1 parent 987623c commit 6ad773c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
18 changes: 10 additions & 8 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
- id: tox-toml-fmt
name: tox-toml-fmt
description: apply a consistent format to `pyproject.toml` files
entry: tox-toml-fmt
language: python
language_version: python3
files: '(^|/)tox\.toml$'
types: [file, text, toml]
- id: tox-toml-fmt
name: tox-toml-fmt
description: ''
entry: tox-toml-fmt
language: python
'files': (^|/)pyproject\.toml$
args: []
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: '0'
1 change: 1 addition & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


setup(
name="pre_commit_placeholder_package",
version="0.0.0",
install_requires=["tox-toml-fmt==2.4.3"],
name='pre_commit_placeholder_package',
version='0.0.0',
install_requires=['tox-toml-fmt==1.0.0'],
)

0 comments on commit 6ad773c

Please sign in to comment.