Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jc01rho committed Aug 27, 2023
1 parent 1e7d05f commit 55615b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Python Linter
uses: ricardochaves/python-lint@v1.3.0
with:
python-root-list: selfdrive/car/gm/** selfdrive/car/*.py selfdrive/controls/lib/*.py
python-root-list: selfdrive/car/gm/** selfdrive/car/*.py selfdrive/controls/lib/lateral_planner.py
use-pylint: true
use-pycodestyle: false
use-flake8: true
Expand Down

0 comments on commit 55615b2

Please sign in to comment.