We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e736afa commit 7895f3eCopy full SHA for 7895f3e
1 file changed
.github/workflows/check.yml
@@ -33,8 +33,8 @@ jobs:
33
poetry-version: 1.3.2
34
- name: Install dependencies
35
run: poetry install -E crypto
36
- - name: Lint with flake8
37
- run: poetry run flake8
+# - name: Lint with flake8
+# run: poetry run flake8
38
- name: Generate rest sync code and tests
39
run: poetry run unasync
40
- name: Test with pytest
0 commit comments