We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7576fff commit e8be915Copy full SHA for e8be915
2 files changed
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- repo: https://github.com/psf/black
9
- rev: 23.9.1
+ rev: 25.9.0
10
hooks:
11
- id: black
12
- repo: https://github.com/astral-sh/ruff-pre-commit
cloudpickle/__init__.py
@@ -3,7 +3,7 @@
3
4
__doc__ = cloudpickle.__doc__
5
-__version__ = "3.1.2"
+__version__ = "3.2.0.dev0"
__all__ = [ # noqa
"__version__",
0 commit comments