File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
with :
11
11
python-version : 3.8
12
12
- run : pip install --upgrade pip
13
- - run : pip install types-setuptools "black<23" "pylint<3" "mypy<1" "jsonschema<5" pytest "returns<1" "aiohttp<4" "aiozmq<1" "django<5" "fastapi<1" "flask<3" "flask-socketio<5.3.1" "pyzmq" "sanic" "tornado<7" "uvicorn<1" "websockets<11"
13
+ - run : pip install types-setuptools "black<23" ruff "mypy<1" "jsonschema<5" pytest "returns<1" "aiohttp<4" "aiozmq<1" "django<5" "fastapi<1" "flask<3" "flask-socketio<5.3.1" "pyzmq" "sanic" "tornado<7" "uvicorn<1" "websockets<11"
14
14
- run : black --diff --check $(git ls-files -- '*.py' ':!:docs/*')
15
- - run : pylint $(git ls-files -- '*.py' ':!:docs/*')
15
+ - run : ruff $(git ls-files -- '*.py' ':!:docs/*')
16
16
- run : mypy --strict $(git ls-files -- '*.py' ':!:docs/*')
You can’t perform that action at this time.
0 commit comments