We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8ee5c commit d30c4efCopy full SHA for d30c4ef
3 files changed
.version
@@ -1 +1 @@
1
-2023.05.24
+2023.5.24
README.md
@@ -8,7 +8,7 @@ In your `.pre-commit-config.yaml` include the following block.
8
9
```yaml
10
- repo: https://github.com/sniperwolf/pre-commit-pytype
11
- rev: '2023.05.24'
+ rev: '2023.5.24'
12
hooks:
13
- id: pytype
14
```
@@ -17,7 +17,7 @@ If you use `setup.cfg` instead of `-config=pytype.cfg` to run pytype then you wi
17
18
19
20
21
22
23
args: []
setup.py
@@ -5,5 +5,5 @@
5
setup(
6
name='pre_commit_dummy_package',
7
version='0.0.0',
- install_requires=['pytype==2023.05.24'],
+ install_requires=['pytype==2023.5.24'],
)
0 commit comments