Skip to content

Commit 3b663c0

Browse files
committed
Merge branch 'main' into narps
2 parents c161794 + 5986065 commit 3b663c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
- id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst
5151

5252
- repo: https://github.com/psf/black
53-
rev: 22.10.0
53+
rev: 22.12.0
5454
hooks:
5555
- id: black
5656
args: [--config=pyproject.toml]
@@ -62,7 +62,7 @@ repos:
6262
- id: setup-cfg-fmt
6363

6464
- repo: https://github.com/asottile/pyupgrade
65-
rev: v3.3.0
65+
rev: v3.3.1
6666
hooks:
6767
- id: pyupgrade
6868
args: [--py38-plus]

0 commit comments

Comments
 (0)