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