Skip to content

Commit f4b318b

Browse files
[pre-commit.ci] pre-commit autoupdate (#1291)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.12.0 → 23.12.1](psf/black@23.12.0...23.12.1) * Swap black with pre-commit mirror version in config This will make Black "about 2x faster", according to https://github.com/psf/black/blob/main/CHANGES.md#2390. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Anders <[email protected]>
1 parent c62a518 commit f4b318b

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
@@ -7,8 +7,8 @@ repos:
77
args:
88
- "-x *test*.py"
99

10-
- repo: https://github.com/psf/black
11-
rev: 23.12.0
10+
- repo: https://github.com/psf/black-pre-commit-mirror
11+
rev: 23.12.1
1212
hooks:
1313
- id: black
1414
language_version: python3.8

0 commit comments

Comments
 (0)