Skip to content

Commit 7895f3e

Browse files
committed
Disabled flake8 testing to check working CI for python 3.12
1 parent e736afa commit 7895f3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
poetry-version: 1.3.2
3434
- name: Install dependencies
3535
run: poetry install -E crypto
36-
- name: Lint with flake8
37-
run: poetry run flake8
36+
# - name: Lint with flake8
37+
# run: poetry run flake8
3838
- name: Generate rest sync code and tests
3939
run: poetry run unasync
4040
- name: Test with pytest

0 commit comments

Comments
 (0)