Commit graph

15 commits

Author SHA1 Message Date
Dima Gerasimov
c248aa7496 ruff: enable TRY rules 2024-08-28 03:18:45 +01:00
Dima Gerasimov
caa72aadf1 ruff: enable ICN and PD rules 2024-08-28 03:09:32 +01:00
Dima Gerasimov
bf96ca7d38 ruff: enable W, COM, EXE rules 2024-08-28 03:05:24 +01:00
Dima Gerasimov
47f116879f ruff: enable PT (pytest) rules 2024-08-28 02:54:26 +01:00
Dima Gerasimov
3cff067035 ruff: enable RET/PIE/PLW 2024-08-28 02:50:05 +01:00
Dima Gerasimov
721a0cd3fc ruff: enable PERF checks set 2024-08-28 02:19:46 +01:00
Dima Gerasimov
a751f2b69f ruff: attempt to enable ARG checks, suppress in some places 2024-08-28 01:51:14 +01:00
Dima Gerasimov
8b1ec35286 ruff: enable B warnings (mainly suppressed exceptions and unused variables) 2024-08-28 01:46:43 +01:00
Dima Gerasimov
f563dee215 ruff: enable PLR rules and fix bug in my.github.gdpr._is_bot 2024-08-28 00:29:06 +01:00
Dima Gerasimov
c3da26abcb ruff: enable RUF ruleset 2024-08-28 00:00:54 +01:00
Dima Gerasimov
dc0726c347 ruff: enable FBT rules to detect boolean arguments use without kwargs 2024-08-27 23:37:17 +01:00
Dima Gerasimov
7eef1f9fc2 ruff: enable UP ruleset for detecting python deprecations 2024-08-27 23:12:57 +01:00
Dima Gerasimov
2849870773 ruff: enable and fix C4 ruleset 2024-08-27 22:50:37 +01:00
Dima Gerasimov
0e6dd32afe ci: minor fixes after mypy update 2024-08-03 16:18:32 +01:00
Dima Gerasimov
0512488241 ci: sync configs to pymplate
- add python3.12
- add ruff
2023-10-06 02:24:01 +01:00