We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae686fa commit cd333e1Copy full SHA for cd333e1
.github/workflows/ci.yaml
@@ -61,8 +61,8 @@ jobs:
61
poetry run pip install apache-airflow==${{ matrix.airflow-version }} apache-airflow-providers-amazon apache-airflow-providers-ssh -c constraints.txt
62
poetry run airflow db init
63
64
- - name: Style guide enforcement with flake8
65
- run: poetry run flake8 .
+ - name: Linting with ruff
+ run: poetry run ruff .
66
67
- name: Static type checking with mypy
68
run: poetry run mypy .
0 commit comments