Skip to content

Commit db847e2

Browse files
committed
feat: updated to 2020.8.17
1 parent f3db77f commit db847e2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2020.7.14
1+
2020.8.17

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In your `.pre-commit-config.yaml` include the following block.
88

99
```yaml
1010
- repo: https://github.com/sniperwolf/pre-commit-pytype
11-
rev: '2020.7.14'
11+
rev: '2020.8.17'
1212
hooks:
1313
- id: pytype
1414
```
@@ -17,7 +17,7 @@ If you use `setup.cfg` instead of `-config=pytype.cfg` to run pytype then you wi
1717

1818
```yaml
1919
- repo: https://github.com/sniperwolf/pre-commit-pytype
20-
rev: '2020.7.14'
20+
rev: '2020.8.17'
2121
hooks:
2222
- id: pytype
2323
args: []

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
1+
22
from setuptools import setup
33

44

55
setup(
66
name='pre_commit_dummy_package',
77
version='0.0.0',
8-
install_requires=['pytype==2020.7.14'],
8+
install_requires=['pytype==2020.8.17'],
99
)

0 commit comments

Comments
 (0)