We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80551f4 + 2728768 commit 6bea130Copy full SHA for 6bea130
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.12.0
+ rev: 23.12.1
4
hooks:
5
- id: black
6
- repo: https://github.com/pycqa/flake8
7
- rev: 6.1.0
+ rev: 7.0.0
8
9
- id: flake8
10
- repo: https://github.com/pycqa/isort
case_utils/local_uuid.py
@@ -20,7 +20,7 @@
20
The function local_uuid() should be used in code where a user could be expected to opt in to non-random UUIDs.
21
"""
22
23
-__version__ = "0.4.0"
+__version__ = "0.4.1"
24
25
__all__ = ["configure", "local_uuid"]
26
0 commit comments