mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Remove black/isort checks from CI (#6376)
This commit is contained in:
18
.github/workflows/tests.yml
vendored
18
.github/workflows/tests.yml
vendored
@@ -37,24 +37,6 @@ jobs:
|
||||
- run: pip install $(grep flake8 requirements-tests-py3.txt)
|
||||
- run: flake8
|
||||
|
||||
black:
|
||||
name: Check formatting with black
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- run: pip install $(grep black requirements-tests-py3.txt)
|
||||
- run: black --check --diff scripts stdlib stubs tests
|
||||
|
||||
isort:
|
||||
name: Check imports with isort
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- run: pip install $(grep isort requirements-tests-py3.txt)
|
||||
- run: isort --check-only --diff scripts stdlib stubs tests
|
||||
|
||||
pytype:
|
||||
name: Run pytype against the stubs
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user