mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 09:47:58 +00:00
upgrade black to 24.x
This commit is contained in:
parent
a40978ae1b
commit
57268909f8
3 changed files with 3 additions and 3 deletions
2
.github/workflows/black.yaml
vendored
2
.github/workflows/black.yaml
vendored
|
@ -12,4 +12,4 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: psf/black@stable
|
||||
with:
|
||||
version: "~= 23.0"
|
||||
version: "~= 24.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.1.0
|
||||
rev: 24.8.0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
|
|
|
@ -1 +1 @@
|
|||
black >=23.0, <24
|
||||
black >=24.0, <25
|
||||
|
|
Loading…
Reference in a new issue