Skip to content

Commit

Permalink
do not error pylint on TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Aug 13, 2024
1 parent 410d92c commit 59478a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/poetrybuild
- name: Lint with pylint
run: poetry run pylint complassist/
run: poetry run pylint --disable=fixme complassist/

formatting:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 59478a3

Please sign in to comment.