File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/Lucas-C/pre-commit-hooks
3
- rev : 3592548bbd98528887eeed63486cf6c9bae00b98 # frozen: v1.1.10
3
+ rev : 79b8e4f273301e412602c856ddbc0c066765c98c # frozen: v1.1.11
4
4
hooks :
5
5
- id : insert-license
6
6
files : ' ^src/.+\.py$'
26
26
hooks :
27
27
- id : isort
28
28
- repo : https://github.com/psf/black
29
- rev : f1d4e742c91dd5179d742b0db9293c4472b765f8 # frozen: 21.12b0
29
+ rev : fc0be6eb1e2a96091e6f64009ee5e9081bf8b6c6 # frozen: 22.1.0
30
30
hooks :
31
31
- id : black
32
32
- repo : https://github.com/myint/docformatter
Original file line number Diff line number Diff line change 55
55
)
56
56
RE_LOCALTIME = re .compile (_TIME_RE_STR )
57
57
RE_DATETIME = re .compile (
58
- fr """
58
+ rf """
59
59
([0-9]{{4}})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01]) # date, e.g. 1988-10-27
60
60
(?:
61
61
[Tt ]
You can’t perform that action at this time.
0 commit comments