Skip to content

Commit

Permalink
Update codacy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rossarmstrong authored May 15, 2023
1 parent 683e5ad commit a774200
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a774200

Please sign in to comment.