From ce08bee0bdccd26284327f11a0486d3e0c681fd7 Mon Sep 17 00:00:00 2001 From: Ladislas de Toldi Date: Tue, 29 Oct 2024 10:26:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20(tools):=20?= =?UTF-8?q?Add=20flake8,=20pylintrc=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .flake8 | 6 ++++++ .pylintrc | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 .flake8 create mode 100644 .pylintrc diff --git a/.flake8 b/.flake8 new file mode 100644 index 000000000..ca93e0764 --- /dev/null +++ b/.flake8 @@ -0,0 +1,6 @@ +# Leka - iOS Monorepo +# Copyright APF France handicap +# SPDX-License-Identifier: Apache-2.0 + +[flake8] +max-line-length = 120 diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 000000000..d241c7c42 --- /dev/null +++ b/.pylintrc @@ -0,0 +1,6 @@ +# Leka - iOS Monorepo +# Copyright APF France handicap +# SPDX-License-Identifier: Apache-2.0 + +[LOGGING] +disable=logging-fstring-interpolation