Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
use pyproject toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed Jan 5, 2024
1 parent f7b42b7 commit 374694f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 663 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,7 @@ jobs:

- name: run pylint
run: |
files="${{ steps.list_files.outputs.files }}"
if [ -n "$files" ]; then
pylint --rcfile=.pylintrc $files
else
echo "No Python files found."
fi
pylint --rcfile=pyproject.toml crates/hyperdrivepy/*.py
- name: run pyright
run: |
Expand Down
Loading

0 comments on commit 374694f

Please sign in to comment.