Skip to content

Commit

Permalink
Project: Add pylint configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed May 16, 2024
1 parent 8ebcc3a commit b9d034e
Show file tree
Hide file tree
Showing 2 changed files with 644 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
pip3 install qstylizer
- name: Analysis with pylint
run: |
python3 -m pylint -E rare --jobs=3 --disable=E0611,E1123,E1120 --ignore=ui,singleton.py --extension-pkg-whitelist=PyQt5 --generated-members=PyQt5.*,orjson.*
python3 -m pylint rare
Loading

0 comments on commit b9d034e

Please sign in to comment.