Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Mirror: 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 26, 2021
1 parent 231fe16 commit 1f4cc3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .pre-commit-hooks.yaml
Expand Up @@ -6,3 +6,4 @@
args: ["-i"]
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: '0'
2 changes: 1 addition & 1 deletion .version
@@ -1 +1 @@
0.31.0
0.32.0
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,7 +2,7 @@


setup(
name='pre_commit_dummy_package',
name='pre_commit_placeholder_package',
version='0.0.0',
install_requires=['yapf==0.31.0'],
install_requires=['yapf==0.32.0'],
)

0 comments on commit 1f4cc3b

Please sign in to comment.