Update.
Some checks failed
Lint / lint (push) Successful in 43s
Tests / test (ubuntu-latest, 3.10) (push) Successful in 49s
Tests / test (ubuntu-latest, 3.11) (push) Successful in 49s
Tests / test (ubuntu-latest, 3.12) (push) Successful in 52s
Tests / test (ubuntu-latest, 3.8) (push) Successful in 50s
Tests / test (ubuntu-latest, 3.9) (push) Successful in 48s
Tests / test (macos-latest, 3.10) (push) Has been cancelled
Tests / test (macos-latest, 3.11) (push) Has been cancelled
Tests / test (macos-latest, 3.12) (push) Has been cancelled
Tests / test (macos-latest, 3.8) (push) Has been cancelled
Tests / test (macos-latest, 3.9) (push) Has been cancelled
Tests / test (windows-latest, 3.10) (push) Has been cancelled
Tests / test (windows-latest, 3.11) (push) Has been cancelled
Tests / test (windows-latest, 3.12) (push) Has been cancelled
Tests / test (windows-latest, 3.8) (push) Has been cancelled
Tests / test (windows-latest, 3.9) (push) Has been cancelled
Some checks failed
Lint / lint (push) Successful in 43s
Tests / test (ubuntu-latest, 3.10) (push) Successful in 49s
Tests / test (ubuntu-latest, 3.11) (push) Successful in 49s
Tests / test (ubuntu-latest, 3.12) (push) Successful in 52s
Tests / test (ubuntu-latest, 3.8) (push) Successful in 50s
Tests / test (ubuntu-latest, 3.9) (push) Successful in 48s
Tests / test (macos-latest, 3.10) (push) Has been cancelled
Tests / test (macos-latest, 3.11) (push) Has been cancelled
Tests / test (macos-latest, 3.12) (push) Has been cancelled
Tests / test (macos-latest, 3.8) (push) Has been cancelled
Tests / test (macos-latest, 3.9) (push) Has been cancelled
Tests / test (windows-latest, 3.10) (push) Has been cancelled
Tests / test (windows-latest, 3.11) (push) Has been cancelled
Tests / test (windows-latest, 3.12) (push) Has been cancelled
Tests / test (windows-latest, 3.8) (push) Has been cancelled
Tests / test (windows-latest, 3.9) (push) Has been cancelled
This commit is contained in:
parent
feec1247d4
commit
85808f10a8
@ -27,9 +27,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
black --check pr tests
|
black --check pr tests
|
||||||
|
|
||||||
- name: Run Flake8
|
#- name: Run Flake8
|
||||||
run: |
|
#run: |
|
||||||
flake8 pr tests --max-line-length=100 --ignore=E203,W503
|
# flake8 pr tests --max-line-length=100 --ignore=E203,W503
|
||||||
|
|
||||||
- name: Run MyPy
|
- name: Run MyPy
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user