Skip to content

Commit 0fc82a4

Browse files
authored
lint: Updated black formatter version in .pre-commit-config.yaml file and modified all the files according to it. (ivy-llc#23364)
1 parent 369a21c commit 0fc82a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ repos:
55
- id: check-yaml
66
- id: trailing-whitespace
77
- id: check-toml
8-
- repo: https://github.com/psf/black
9-
rev: 23.7.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 23.9.1
1010
hooks:
1111
- id: black
1212
language_version: python3

0 commit comments

Comments
 (0)