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 6763eaf + 78166a2 commit 92544b3Copy full SHA for 92544b3
.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
@@ -15,7 +15,7 @@
15
This library is a wrapper for uuid, provided to generate repeatable UUIDs if requested.
16
"""
17
18
-__version__ = "0.3.1"
+__version__ = "0.3.2"
19
20
import logging
21
import os
0 commit comments