Skip to content

Commit cd333e1

Browse files
committed
chore(ci): Update CI to use ruff instead of flake8
1 parent ae686fa commit cd333e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
poetry run pip install apache-airflow==${{ matrix.airflow-version }} apache-airflow-providers-amazon apache-airflow-providers-ssh -c constraints.txt
6262
poetry run airflow db init
6363
64-
- name: Style guide enforcement with flake8
65-
run: poetry run flake8 .
64+
- name: Linting with ruff
65+
run: poetry run ruff .
6666

6767
- name: Static type checking with mypy
6868
run: poetry run mypy .

0 commit comments

Comments
 (0)