File tree Expand file tree Collapse file tree 6 files changed +10
-5
lines changed
Expand file tree Collapse file tree 6 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- name : Black Format Checker
1+ name : Black + Ruff Format Checker
22on : [push, pull_request]
33jobs :
44 black-format-check :
99 with :
1010 options : " --diff --check"
1111 src : " ."
12+ ruff-format-check :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@v3
16+ - uses : chartboost/ruff-action@v1
Original file line number Diff line number Diff line change 3030 timeout : 2
3131 retry_count# : 2
3232 # exclude_urls: https://github, ...
33- # exclude_patterns: https://github.com/...
33+ # exclude_patterns:
3434 # force_pass : true
File renamed without changes.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ sphinx-runpython: run python code in sphinx
1717
1818.. image :: https://img.shields.io/badge/license-MIT-blue.svg
1919 :alt: MIT License
20- :target: http ://opensource.org/licenses /MIT
20+ :target: https ://opensource.org/license /MIT/
2121
2222.. image :: https://img.shields.io/github/repo-size/sdpython/sphinx-runpython
2323 :target: https://github.com/sdpython/sphinx-runpython/
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ sphinx-runpython: (Numpy) Array API for ONNX
1414
1515.. image :: https://img.shields.io/badge/license-MIT-blue.svg
1616 :alt: MIT License
17- :target: http ://opensource.org/licenses /MIT
17+ :target: https ://opensource.org/license /MIT/
1818
1919.. image :: https://img.shields.io/github/repo-size/sdpython/sphinx-runpython
2020 :target: https://github.com/sdpython/sphinx-runpython/
Original file line number Diff line number Diff line change 11License
22=======
33
4- .. literalinclude :: LICENSE
4+ .. literalinclude :: LICENSE.txt
55 :language: none
You can’t perform that action at this time.
0 commit comments