Skip to content

Commit 4b1876f

Browse files
Merge remote-tracking branch 'origin' into big-beautiful-refactoring
2 parents 4db2d68 + 9f0f7bd commit 4b1876f

File tree

2 files changed

+542
-402
lines changed

2 files changed

+542
-402
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,13 @@ repos:
5757
# alias: check-jsonschema-manual-version
5858
# files: ^arch/manual/.*\.(yaml|yml)$
5959
# args: ["--schemafile", "schemas/manual_version_schema.json"]
60+
61+
- repo: https://github.com/psf/black-pre-commit-mirror
62+
rev: 24.8.0
63+
hooks:
64+
- id: black
65+
66+
- repo: https://github.com/asottile/pyupgrade
67+
rev: v3.19.1
68+
hooks:
69+
- id: pyupgrade

0 commit comments

Comments
 (0)