File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 23.12.0
3
+ rev : 23.12.1
4
4
hooks :
5
5
- id : black
6
6
- repo : https://github.com/pycqa/flake8
7
- rev : 6.1 .0
7
+ rev : 7.0 .0
8
8
hooks :
9
9
- id : flake8
10
10
- repo : https://github.com/pycqa/isort
Original file line number Diff line number Diff line change 14
14
#
15
15
# We would appreciate acknowledgement if the software is used.
16
16
17
- __version__ = "0.13.1"
17
+ __version__ = "0.13.1.post0 "
18
18
19
19
from . import local_uuid # noqa: F401
Original file line number Diff line number Diff line change 20
20
The function local_uuid() should be used in code where a user could be expected to opt in to non-random UUIDs.
21
21
"""
22
22
23
- __version__ = "0.4.0 "
23
+ __version__ = "0.4.1 "
24
24
25
25
__all__ = ["configure" , "local_uuid" ]
26
26
You can’t perform that action at this time.
0 commit comments