Skip to content

Commit

Permalink
Lint this package with itself
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmeinhold committed Jul 2, 2024
1 parent 88d544a commit 76aa430
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements-lint.txt ]; then pip install -r requirements-lint.txt; fi
pip install .
- name: Lint with pylint
run: |
Expand Down
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
persistent = yes
# pylint_quotes currently does not support pylint 3
# load-plugins = pylint_quotes
load-plugins = pylint_fixme_info

[FORMAT]
output-format = colorized

[MESSAGES CONTROL]
disable = fixme

0 comments on commit 76aa430

Please sign in to comment.