Skip to content

Commit

Permalink
Update ruff check syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rlan committed Oct 12, 2024
1 parent 36cc13d commit b344139
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
#
# Pandas officially supports 3.8, 3.9 and 3.10.
# Ref: https://pandas.pydata.org/docs/getting_started/install.html#python-version-support

name: Testing

Expand Down Expand Up @@ -36,7 +33,7 @@ jobs:
- name: Lint with Ruff
run: |
pip install ruff
ruff --output-format=github .
ruff check --output-format=github .
- name: Test with example.csv
run: |
python convert.py example.csv -p test.csv
Expand Down

0 comments on commit b344139

Please sign in to comment.