File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Docstrings
2+ on :
3+ pull_request :
4+ push :
5+ branches :
6+ - main
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9+ cancel-in-progress : true
10+
11+ jobs :
12+ docstrings :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@v5
16+ - uses : chartboost/ruff-action@v1
17+ with :
18+ args : check --select="D"
19+ src : src/
Original file line number Diff line number Diff line change @@ -116,6 +116,9 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
116116[tool .coverage .run ]
117117include = [" src/bloqade/*" ]
118118
119+ [tool .ruff .lint .pydocstyle ]
120+ convention = " google"
121+
119122[tool .pytest .ini_options ]
120123testpaths = " test/"
121124filterwarnings = [
You can’t perform that action at this time.
0 commit comments