mirror of
https://github.com/Crocmagnon/advent-of-code.git
synced 2024-11-22 06:28:11 +01:00
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1)
This commit is contained in:
parent
e3286fdbcd
commit
5f4942a84a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ repos:
|
||||||
- id: isort
|
- id: isort
|
||||||
args: [--profile, black]
|
args: [--profile, black]
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 23.7.0
|
rev: 23.9.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
args: [--target-version, py310]
|
args: [--target-version, py310]
|
||||||
|
|
Loading…
Reference in a new issue