File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5151 run : |
5252 pylint --list-msgs-enabled
5353 pylint labgrid
54+ - name : Format with ruff
55+ run : |
56+ ruff format --check --diff labgrid/remote/
5457 - name : Test with pytest
5558 run : |
5659 pytest --cov-config .coveragerc --cov=labgrid --local-sshmanager --ssh-username runner -k "not test_docker_with_daemon"
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ dev = [
127127 " pytest-isort>=2.0.0" ,
128128 " pytest-mock>=3.6.1" ,
129129 " pylint>=3.0.0" ,
130+ " ruff>=0.5.7" ,
130131
131132 # GRPC Channelz support
132133 " grpcio-channelz>=1.64.1, <2.0.0" ,
@@ -255,6 +256,7 @@ exclude = [
255256 " venv" ,
256257 " envs" ,
257258 " dist" ,
259+ " labgrid/remote/generated" ,
258260]
259261
260262[tool .ruff .lint ]
You can’t perform that action at this time.
0 commit comments