Skip to content

Commit d30c4ef

Browse files
author
Fabrizio Fallico
committed
feat: updated to 2023.5.24
1 parent ae8ee5c commit d30c4ef

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023.05.24
1+
2023.5.24

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: '2023.05.24'
11+
rev: '2023.5.24'
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: '2023.05.24'
20+
rev: '2023.5.24'
2121
hooks:
2222
- id: pytype
2323
args: []

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
setup(
66
name='pre_commit_dummy_package',
77
version='0.0.0',
8-
install_requires=['pytype==2023.05.24'],
8+
install_requires=['pytype==2023.5.24'],
99
)

0 commit comments

Comments
 (0)