Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1291)
Browse files Browse the repository at this point in the history
* [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 <6058745+ddabble@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and ddabble committed Dec 26, 2023
1 parent c62a518 commit f4b318b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -7,8 +7,8 @@ repos:
args:
- "-x *test*.py"

- repo: https://github.com/psf/black
rev: 23.12.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
hooks:
- id: black
language_version: python3.8
Expand Down

0 comments on commit f4b318b

Please sign in to comment.