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 11repos :
22 - repo : https://github.com/psf/black
3- rev : 23.12.0
3+ rev : 23.12.1
44 hooks :
55 - id : black
66 - repo : https://github.com/pycqa/flake8
7- rev : 6.1 .0
7+ rev : 7.0 .0
88 hooks :
99 - id : flake8
1010 - repo : https://github.com/pycqa/isort
Original file line number Diff line number Diff line change 1414#
1515# We would appreciate acknowledgement if the software is used.
1616
17- __version__ = "0.14.1"
17+ __version__ = "0.14.1.post0 "
1818
1919from . import local_uuid # noqa: F401
Original file line number Diff line number Diff line change 2020The function local_uuid() should be used in code where a user could be expected to opt in to non-random UUIDs.
2121"""
2222
23- __version__ = "0.4.0 "
23+ __version__ = "0.4.1 "
2424
2525__all__ = ["configure" , "local_uuid" ]
2626
You can’t perform that action at this time.
0 commit comments