Commit Graph

39 Commits

Author SHA1 Message Date
Frédéric Péters 28fdbd691d general: revert switch to lxml, go back to ElementTree (#78824) 2023-06-21 17:15:52 +02:00
Pierre Ducroquet d3b3eba5ae general: switch to lxml to have a complete XML parser (#78281)
gitea/wcs/pipeline/head This commit looks good Details
2023-06-14 12:24:17 +02:00
Thomas NOËL 7c32629d5c pylint: ignore broad-exception-raised, alias broad-except 2023-02-01 14:09:43 +01:00
Frédéric Péters 267ccbf6f2 pylint: remove obsolete no-self-use check 2022-06-01 19:09:17 +02:00
Frédéric Péters e1c17f4fa7 pylint: allow unnecessary-lambda-assignment 2022-06-01 19:06:23 +02:00
Frédéric Péters abbe454e65 pylint: remove obsolete options 2022-06-01 19:06:23 +02:00
Lauréline Guérin a63e600cfa
misc: add 'i' as dummy variable in pylint.rc
gitea-wip/wcs/pipeline/head Build started... Details
2021-12-17 15:53:16 +01:00
Lauréline Guérin c9c6568d74
pylint: disable use-implicit-booleaness-not-comparison (#59010)
gitea-wip/wcs/pipeline/head Build started... Details
2021-11-25 16:47:44 +01:00
Frédéric Péters 45fc01e5f5 pylint: disable consider-using-f-string 2021-09-16 22:44:38 +02:00
Lauréline Guérin 1cc3c9ec31
misc: fix pylint errors with 2.10.2 version (#56489)
gitea-wip/wcs/pipeline/head Build started... Details
2021-09-02 09:44:54 +02:00
Frédéric Péters 5c674c39e2 pylint: ignore unspecified-encoding 2021-08-21 09:59:01 +02:00
Frédéric Péters 1627285621 pylint: enable some too-many-xxx checks globally (with a few overrides)
gitea-wip/wcs/pipeline/head Build started... Details
gitea/wcs/pipeline/head Something is wrong with the build of this commit Details
2021-07-03 15:51:18 +02:00
Lauréline Guérin 0c11395af5
misc: fix pylint unused-private-member (#55264) 2021-07-02 09:43:02 +02:00
Lauréline Guérin a5a1ddfee7
misc: fix pylint consider-using-with (#55264) 2021-07-02 09:43:02 +02:00
Lauréline Guérin e7a045913a
misc: fix pylint consider-using-from-import (#55264) 2021-07-02 08:48:37 +02:00
Lauréline Guérin 71e2f3c63b
misc: fix pylint consider-using-dict-items (#55264) 2021-07-02 08:48:37 +02:00
Lauréline Guérin 8f701b713b
misc: fix pylint arguments-renamed (#55264) 2021-07-02 08:48:36 +02:00
Frédéric Péters 2d5377e542 build: ignore new pylint warnings for now 2021-06-29 22:59:12 +02:00
Lauréline Guérin b6e849811a
misc: fix pylint consider-using-with (#53406) 2021-04-30 14:22:32 +02:00
Lauréline Guérin 24383fab9b
misc: fix pylint consider-using-max-builtin warning (#53405) 2021-04-30 10:57:00 +02:00
Frédéric Péters 14c2aa6f9f build: ignore new consider-using-{with,max-builtin} pylint warnings 2021-04-25 09:06:38 +02:00
Frédéric Péters daf2aa0ae3 trivial: add pylint disable comment for deprecated-module warning (#52732) 2021-04-06 10:11:42 +02:00
Frédéric Péters deac7415d0 trivial: fix len-as-condition pylint warning (#52732) 2021-04-06 10:11:42 +02:00
Frédéric Péters b23b21ee31 trivial: fix disallowed-name pylint warning (#52732) 2021-04-06 10:11:42 +02:00
Frédéric Péters d67c024f15 trivial: fix unnecessary-lambda pylint warning (#52732) 2021-04-06 10:11:42 +02:00
Frédéric Péters 528e0917e0 trivial: add pylint disable comments for individual eval-used warnings (#52732) 2021-04-06 10:11:42 +02:00
Frédéric Péters 305ee58a65 trivial: add pylint disable comment for exec-used (#52732) 2021-04-06 10:11:42 +02:00
Frédéric Péters cc1f7e13a0 trivial: fix not-a-mapping pylint warning (#52732) 2021-04-06 10:11:42 +02:00
Frédéric Péters 7a9657c293 trivial: fix pointless-statement pylint warning (#52732) 2021-04-06 10:11:42 +02:00
Frédéric Péters e35c293dcb trivial: fix subprocess-run-check pylint warning (#52732) 2021-04-06 10:11:42 +02:00
Frédéric Péters 1a611d0ce7 trivial: fix assignment-from-no-return pylint warning (#52732) 2021-04-06 10:11:42 +02:00
Frédéric Péters 575a06e6d2 trivial: fix assignment-from-none pylint warning (#52732) 2021-04-06 10:11:42 +02:00
Frédéric Péters 6e1e665417 trivial: fix pylint duplicate-except warning (#52732) 2021-04-06 10:11:42 +02:00
Frédéric Péters fc780d27a7 trivial: fix consider-using-ternary pylint warning (#52732) 2021-04-06 10:11:42 +02:00
Frédéric Péters 531d15fd76 build: remove unnecessary init-hook from pylint configuration (#52732) 2021-04-06 10:11:42 +02:00
Lauréline Guérin a86d1156c1
misc: pylint on tests (#52630) 2021-04-02 15:01:21 +02:00
Frédéric Péters e8fbf9a60c build: update pylint disable list to actually happening warnings (#52484) 2021-03-30 13:03:40 +02:00
Frédéric Péters 8f43b58ba1 build: update pylint to disable errors by code, not number (#52484) 2021-03-30 13:03:40 +02:00
Lauréline Guérin 97f7e9d516
misc: integrate pylint.rc in repo (#52222) 2021-03-29 10:28:29 +02:00