Skip to content

Commit 4a708fd

Browse files
committed
chore: Update black, fix test_union formatting
1 parent 4fa045c commit 4a708fd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: end-of-file-fixer
99

1010
- repo: https://github.com/psf/black
11-
rev: 19.3b0
11+
rev: 22.3.0
1212
hooks:
1313
- id: black
1414
args: [

tests/test_union.py

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class PriUnion:
2929

3030
v: int | str | float | bool
3131

32-
3332
else:
3433

3534
@serde

0 commit comments

Comments
 (0)