Skip to content

Commit

Permalink
Update to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Sep 5, 2018
1 parent 97537d7 commit 87d69fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
language: python
files: \.py$
args: []

5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from setuptools import setup


setup(
name='pre_commit_dummy_package',
version='0.0.0',
install_requires=['autoflake==1.1'],
version='1.2',
install_requires=['autoflake==1.2'],
)

0 comments on commit 87d69fd

Please sign in to comment.