Skip to content

Commit 54f1e0e

Browse files
committed
Use Python 3.8 instead of Python 3.6 in black pre-commit config
Signed-off-by: Nabarun Pal <[email protected]>
1 parent f866be3 commit 54f1e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ repos:
3636
rev: stable
3737
hooks:
3838
- id: black
39-
language_version: python3.6
39+
language_version: python3.8

0 commit comments

Comments
 (0)