Skip to content

Commit

Permalink
Update linting.yml updated path
Browse files Browse the repository at this point in the history
  • Loading branch information
alcole authored Apr 17, 2024
1 parent 8a37cf9 commit 1c0fa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
cache: 'pip' # caching pip dependencies
- run: pip install pylint
- run: pip install databricks-labs-pylint
- run: pylint --load-plugins=databricks.labs.pylint.all databricks-best-practices/covid_analysis/transforms.py
- run: pylint --load-plugins=databricks.labs.pylint.all covid_analysis/transforms.py

0 comments on commit 1c0fa5c

Please sign in to comment.