Skip to content

Commit

Permalink
fix: ignore some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chornberger-c2c committed Feb 22, 2024
1 parent 020f052 commit 0166f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ricardochaves/[email protected]
with:
python-root-list: "*.py"
extra-pylint-options: "-d E0401 -d C0103"
extra-pylint-options: "-d E0401 -d C0103 -d W0601 -d W0622"
use-pycodestyle: false
use-flake8: false
use-black: false
Expand Down

0 comments on commit 0166f41

Please sign in to comment.