File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
exclude_types : [json]
18
18
19
19
- repo : https://github.com/psf/black
20
- rev : 22.1 .0
20
+ rev : 22.3 .0
21
21
hooks :
22
22
- id : black
23
23
files : \.py$
51
51
args : ["--severity=warning"]
52
52
53
53
- repo : https://github.com/sirosen/check-jsonschema
54
- rev : 0.11.0
54
+ rev : 0.14.1
55
55
hooks :
56
56
- id : check-jsonschema
57
57
name : " Check GitHub Workflows"
Original file line number Diff line number Diff line change @@ -2894,7 +2894,7 @@ highlights is `here
2894
2894
- added support for :class: `~pymongo.cursor.Cursor.max_scan `.
2895
2895
- raise :class: `~gridfs.errors.FileExists ` exception when creating a
2896
2896
duplicate GridFS file.
2897
- - use `y2038 <http ://code.google. com/p /y2038/ >`_ for time handling in
2897
+ - use `y2038 <https ://github. com/evalEmpire /y2038/ >`_ for time handling in
2898
2898
the C extension - eliminates 2038 problems when extension is
2899
2899
installed.
2900
2900
- added `sort ` parameter to
You can’t perform that action at this time.
0 commit comments