diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index dfa402d..6d9343d 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -25,6 +25,14 @@ on: permissions: contents: read + +# Change pylint rule ID: PyLintPython3_C0301 to increase max line length from 100 to 120 +tools: + pylint: + config: + C0301_max_line_length: 120 + + jobs: codacy-security-scan: permissions: