mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-05 01:17:39 +08:00
Use GH Actions for linters (#4528)
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -24,14 +24,3 @@ jobs:
|
||||
script: ./tests/mypy_test.py --platform=darwin
|
||||
- name: "mypy self test"
|
||||
script: ./tests/mypy_selftest.py
|
||||
- name: "check file consistency"
|
||||
script: ./tests/check_consistent.py
|
||||
- name: "flake8"
|
||||
install: pip install $(grep flake8 requirements-tests-py3.txt)
|
||||
script: flake8
|
||||
- name: "black"
|
||||
install: pip install $(grep black requirements-tests-py3.txt)
|
||||
script: black --check --diff stdlib third_party
|
||||
- name: "isort"
|
||||
install: pip install $(grep isort requirements-tests-py3.txt)
|
||||
script: isort --check-only --diff stdlib third_party
|
||||
|
||||
Reference in New Issue
Block a user