John Snow writes:
> On Tue, Jun 24, 2025 at 3:34 AM Markus Armbruster wrote:
>
>> John Snow writes:
>>
>> > This patch is fully automated, using pymagic, isort and autoflake.
>> >
>> > Create a script named pymagic.sh:
>> >
>> > =
>> >
>> > pyupgrade --exit-zero-even-if-
On Tue, Jun 24, 2025 at 3:34 AM Markus Armbruster wrote:
> John Snow writes:
>
> > This patch is fully automated, using pymagic, isort and autoflake.
> >
> > Create a script named pymagic.sh:
> >
> > =
> >
> > pyupgrade --exit-zero-even-if-changed --keep-percent-format \
John Snow writes:
> This patch is fully automated, using pymagic, isort and autoflake.
>
> Create a script named pymagic.sh:
>
> =
>
> pyupgrade --exit-zero-even-if-changed --keep-percent-format \
> --py39-plus "$@"
>
> autoflake -i "$@"
>
> isort --settings-file
On Tue, Jun 17, 2025, 5:16 AM Mads Ynddal wrote:
>
> > diff --git a/scripts/simpletrace.py b/scripts/simpletrace.py
> > index cef81b0707f..a013e4402de 100755
> > --- a/scripts/simpletrace.py
> > +++ b/scripts/simpletrace.py
> > @@ -9,13 +9,15 @@
> > #
> > # For help see docs/devel/tracing.rst
> >
> diff --git a/scripts/simpletrace.py b/scripts/simpletrace.py
> index cef81b0707f..a013e4402de 100755
> --- a/scripts/simpletrace.py
> +++ b/scripts/simpletrace.py
> @@ -9,13 +9,15 @@
> #
> # For help see docs/devel/tracing.rst
>
> -import sys
> -import struct
> import inspect
> +import struct