We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3560b47 commit 4d060a9Copy full SHA for 4d060a9
.pre-commit-config.yaml
@@ -4,14 +4,14 @@ ci:
4
5
repos:
6
- repo: https://github.com/asottile/pyupgrade
7
- rev: v3.3.0
+ rev: v3.3.1
8
hooks:
9
- id: pyupgrade
10
args: &pyupver
11
- --py37-plus
12
13
- repo: https://github.com/psf/black
14
- rev: 22.10.0
+ rev: 22.12.0
15
16
- id: black-jupyter
17
@@ -31,7 +31,7 @@ repos:
31
- id: trailing-whitespace
32
33
- repo: https://github.com/PyCQA/isort
34
- rev: 5.10.1
+ rev: 5.11.1
35
36
- id: isort
37
args: ["-a", "from __future__ import annotations"]
0 commit comments