Skip to content

Commit

Permalink
add linting
Browse files Browse the repository at this point in the history
  • Loading branch information
matjam committed Jan 12, 2024
1 parent 10586a9 commit f32ca12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
pip install -r requirements.txt -e .[dev]
- name: Lint with pylint
run: |
pylint --disable=R,C,W1203 --py3k .
pylint .

0 comments on commit f32ca12

Please sign in to comment.