Compare commits

...

8 Commits

Author SHA1 Message Date
Github Actions
7010b10a09 Mirror: 1.16.0 2025-05-30 08:36:58 +00:00
Github Actions
f40886d54c Mirror: 1.15.0 2025-02-05 08:33:29 +00:00
Github Actions
bbc3dc1f89 Mirror: 1.14.1 2024-12-31 08:34:18 +00:00
Github Actions
648203cec3 Mirror: 1.14.0 2024-12-21 08:33:11 +00:00
Github Actions
f56614daa9 Mirror: 1.13.0 2024-10-23 08:35:14 +00:00
Github Actions
102bbee940 Mirror: 1.12.1 2024-10-20 08:35:03 +00:00
Github Actions
7bdd8c04a7 Mirror: 1.12.0 2024-10-15 08:35:13 +00:00
Github Actions
d4911cfb7f Mirror: 1.11.2 2024-08-25 08:32:17 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.11.1
1.16.0

View File

@ -6,5 +6,5 @@ from setuptools import setup
setup(
name='pre_commit_placeholder_package',
version='0.0.0',
install_requires=['mypy==1.11.1'],
install_requires=['mypy==1.16.0'],
)