From fc0018b36dddf189327c9c293685a88a3d03d3f4 Mon Sep 17 00:00:00 2001 From: Christian Cleberg <156287552+ccleberg@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:57:49 +0000 Subject: exclude R0801 from pylint --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index c1aeff6..d210abb 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,4 +20,4 @@ jobs: pip install pylint pandas dash plotly.express - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') + pylint -d R0801 $(git ls-files '*.py') -- cgit v1.2.3-70-g09d2