From 7763cc454d686d51bf2e0ccc1f2ccf7d62a0d625 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 10:36:44 +0200 Subject: Merging upstream version 0.14.0. Signed-off-by: Daniel Baumann --- pylintrc | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 pylintrc (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc deleted file mode 100644 index 76cda50..0000000 --- a/pylintrc +++ /dev/null @@ -1,32 +0,0 @@ -[MESSAGES CONTROL] -disable= - invalid-name, - logging-fstring-interpolation, - fixme - -[BASIC] -good-names=runCmds, i, y, t, c, x, e, fd, ip, v - -[DESIGN] -max-statements=61 -max-returns=8 -max-locals=23 -max-args=6 - -[FORMAT] -max-line-length=165 -max-module-lines=1700 - -[SIMILARITIES] -# making similarity lines limit a bit higher than default 4 -min-similarity-lines=10 - -[TYPECHECK] -# https://stackoverflow.com/questions/49680191/click-and-pylint -signature-mutators=click.decorators.option - -[MAIN] -load-plugins=pylint_pydantic -extension-pkg-whitelist=pydantic -ignore-paths = ^tests/units/anta_tests/.*/data.py$, - ^tests/units/anta_tests/routing/.*/data.py$, -- cgit v1.2.3