File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 2020.7.14
1+ 2020.8.17
Original file line number Diff line number Diff 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: []
Original file line number Diff line number Diff line change 1-
1+
22from setuptools import setup
33
44
55setup (
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)
You can’t perform that action at this time.
0 commit comments