Skip to content

Commit c5bca73

Browse files
committed
autoformat with black
1 parent 59439b1 commit c5bca73

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+2502
-2191
lines changed

.pre-commit-config.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ repos:
1616
- id: check-builtin-literals
1717
- id: trailing-whitespace
1818

19-
# - repo: https://github.com/psf/black
20-
# rev: 22.1.0
21-
# hooks:
22-
# - id: black
23-
# args: ["--line-length", "100"]
19+
- repo: https://github.com/psf/black
20+
rev: 22.3.0
21+
hooks:
22+
- id: black
23+
args: ["--line-length", "100"]
2424

25-
# - repo: https://github.com/PyCQA/isort
26-
# rev: 5.10.1
27-
# hooks:
28-
# - id: isort
29-
# files: \.py$
30-
# args: [--profile=black]
25+
- repo: https://github.com/PyCQA/isort
26+
rev: 5.10.1
27+
hooks:
28+
- id: isort
29+
files: \.py$
30+
args: [--profile=black]
3131

3232
- repo: https://github.com/pre-commit/mirrors-prettier
33-
rev: v2.5.1
33+
rev: v2.6.1
3434
hooks:
3535
- id: prettier
3636

@@ -46,12 +46,12 @@ repos:
4646
# ]
4747

4848
- repo: https://github.com/pre-commit/mirrors-eslint
49-
rev: v8.8.0
49+
rev: v8.12.0
5050
hooks:
5151
- id: eslint
5252

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

0 commit comments

Comments
 (0)