Skip to content

Commit

Permalink
add pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Jan 9, 2025
1 parent 027326d commit 723ef1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
run: |
# Paths specified to avoid formatting submodules
black --check .
- name: pylint check
run: |
pylint
- name: ruff check
run: |
ruff check .

0 comments on commit 723ef1e

Please sign in to comment.