Skip to content

Commit

Permalink
Lint with ruff (#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad authored Feb 16, 2023
1 parent 886dc88 commit 0e115e9
Show file tree
Hide file tree
Showing 120 changed files with 2,676 additions and 3,392 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# We can however place it ahead of the R installs.
working-directory: ./api
run: |
poetry run pylint --rcfile=.pylintrc app/*.py app/**/*.py
poetry run ruff app/*.py app/**/*.py
test-api:
name: Python - Test with coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post_merge_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# We can however place it ahead of the R installs.
working-directory: ./api
run: |
poetry run pylint --rcfile=.pylintrc app/*.py app/**/*.py
poetry run ruff app/*.py app/**/*.py
test-api:
name: Python - Test with coverage
Expand Down
Loading

0 comments on commit 0e115e9

Please sign in to comment.