Skip to content

Commit d8c2b31

Browse files
authored
PYTHON-3185 Pre-Commit Needs an Upgrade (#911)
1 parent c15fce0 commit d8c2b31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
exclude_types: [json]
1818

1919
- repo: https://github.com/psf/black
20-
rev: 22.1.0
20+
rev: 22.3.0
2121
hooks:
2222
- id: black
2323
files: \.py$
@@ -51,7 +51,7 @@ repos:
5151
args: ["--severity=warning"]
5252

5353
- repo: https://github.com/sirosen/check-jsonschema
54-
rev: 0.11.0
54+
rev: 0.14.1
5555
hooks:
5656
- id: check-jsonschema
5757
name: "Check GitHub Workflows"

doc/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2894,7 +2894,7 @@ highlights is `here
28942894
- added support for :class:`~pymongo.cursor.Cursor.max_scan`.
28952895
- raise :class:`~gridfs.errors.FileExists` exception when creating a
28962896
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
28982898
the C extension - eliminates 2038 problems when extension is
28992899
installed.
29002900
- added `sort` parameter to

0 commit comments

Comments
 (0)