1
0
Fork 0
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:
Thomas Waldmann 2024-08-27 02:49:22 +02:00
parent a40978ae1b
commit 57268909f8
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
3 changed files with 3 additions and 3 deletions

View file

@ -12,4 +12,4 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: psf/black@stable - uses: psf/black@stable
with: with:
version: "~= 23.0" version: "~= 24.0"

View file

@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.1.0 rev: 24.8.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit

View file

@ -1 +1 @@
black >=23.0, <24 black >=24.0, <25