Skip to content

Commit b344139

Browse files
committed
Update ruff check syntax
1 parent 36cc13d commit b344139

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-app.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
3-
#
4-
# Pandas officially supports 3.8, 3.9 and 3.10.
5-
# Ref: https://pandas.pydata.org/docs/getting_started/install.html#python-version-support
63

74
name: Testing
85

@@ -36,7 +33,7 @@ jobs:
3633
- name: Lint with Ruff
3734
run: |
3835
pip install ruff
39-
ruff --output-format=github .
36+
ruff check --output-format=github .
4037
- name: Test with example.csv
4138
run: |
4239
python convert.py example.csv -p test.csv

0 commit comments

Comments
 (0)