Re-format Python files according to black v25. (#4921)

This commit is contained in:
Rot127 2025-02-21 19:01:14 +00:00 committed by GitHub
parent e76b9e2d60
commit a0b28bc574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@
# This script is necessary to make sure people notice a subproject has been
# changed and need to be updated. Meson does not warn you now (0.56.0)
""" Portable python script to check if subproject is up-to-date and warn if not """
"""Portable python script to check if subproject is up-to-date and warn if not"""
import filecmp
import os

View file

@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2021 ret2libc <sirmy15@gmail.com>
# SPDX-License-Identifier: LGPL-3.0-only
""" Portable python script to create tags.rz file from a list of files """
"""Portable python script to create tags.rz file from a list of files"""
import os
from sys import argv

View file

@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2021 ret2libc <sirmy15@gmail.com>
# SPDX-License-Identifier: LGPL-3.0-only
""" Python script to workaround issue mesonbuild/meson#9702
"""Python script to workaround issue mesonbuild/meson#9702
(https://github.com/mesonbuild/meson/issues/9702). It returns the relative path
of the prefixdir from the cmake directory."""

View file

@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2021 ret2libc <sirmy15@gmail.com>
# SPDX-License-Identifier: LGPL-3.0-only
""" Portable python script to execute git -C (even on system where -C is not available) """
"""Portable python script to execute git -C (even on system where -C is not available)"""
import os
import subprocess

View file

@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2021 ret2libc <sirmy15@gmail.com>
# SPDX-License-Identifier: LGPL-3.0-only
""" Portable python script to preprocess syscall/d files """
"""Portable python script to preprocess syscall/d files"""
import re
import sys

View file

@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2021 ret2libc <sirmy15@gmail.com>
# SPDX-License-Identifier: LGPL-3.0-only
""" Portable python script to read version from meson.build until meson provides a proper way """
"""Portable python script to read version from meson.build until meson provides a proper way"""
import os
import sys