Felix Fontein
741c318b1d
Python code modernization, 2/n ( #1156 )
...
* Adjust all __future__ imports:
for i in $(grep -REl "__future__.*absolute_import" plugins/ tests/); do
sed -e 's/from __future__ import .*/from __future__ import annotations/g' -i $i;
done
* Remove all UTF-8 encoding specifications for Python source files:
for i in $(grep -REl '[-][*]- coding: utf-8 -[*]-' plugins/ tests/); do
sed -e '/^# -\*- coding: utf-8 -\*-/d' -i $i;
done
* Reformat.
2025-10-09 20:46:48 +02:00
..
2025-04-26 12:39:00 +02:00
2024-07-25 20:35:32 +00:00
2024-07-25 20:35:32 +00:00
2024-01-04 22:27:34 +01:00
2022-07-20 07:45:33 +02:00
2022-11-30 22:25:33 +01:00
2025-06-25 22:00:42 +02:00
2024-09-27 13:00:48 +03:00
2025-03-08 09:54:41 +01:00
2024-09-27 13:00:48 +03:00
2025-09-14 23:27:52 +02:00
2025-10-09 20:46:48 +02:00
2025-04-28 20:46:11 +02:00
2025-10-07 18:49:20 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2024-06-29 19:20:24 +02:00
2025-04-26 12:39:00 +02:00
2024-06-29 19:20:24 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-03-08 09:54:41 +01:00
2025-03-08 09:54:41 +01:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-08-03 13:12:29 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-04-26 12:39:00 +02:00
2025-10-09 20:46:48 +02:00
2025-01-11 12:54:11 +01:00
2025-04-26 12:39:00 +02:00
2025-06-04 15:18:19 +02:00
2024-03-13 13:56:22 +01:00
2025-10-03 21:16:18 +02:00
2025-10-03 21:16:18 +02:00
2025-10-03 21:16:18 +02:00
2025-10-03 21:16:18 +02:00
2023-12-09 17:35:54 +01:00
2024-06-29 18:57:08 +02:00
2025-04-26 12:39:00 +02:00
2024-06-29 18:57:08 +02:00
2022-07-20 07:45:33 +02:00
2022-07-20 07:45:33 +02:00
2025-01-11 12:54:11 +01:00
2024-07-01 13:51:02 +02:00
2025-10-03 21:16:18 +02:00
2022-07-20 07:45:33 +02:00
2023-02-15 22:29:41 +01:00