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 b010250 commit c148353Copy full SHA for c148353
.github/workflows/test.yml
@@ -77,6 +77,12 @@ jobs:
77
- name: Installing poetry dependencies
78
working-directory: ./sdk/ahnlich-client-py
79
run: poetry install
80
+
81
+ - name: Check Python Linting
82
+ working-directory: ./sdk/ahnlich-client-py
83
+ run: |
84
+ poetry run isort . -c --profile black; echo $?
85
+ poetry run black . --check; echo $?
86
87
- name: Set up Rust cache
88
uses: Swatinem/rust-cache@v2
0 commit comments