lint repo with ruff
, update pyproject.toml
and pre-commit for linting
#589
Labels
ruff
, update pyproject.toml
and pre-commit for linting
#589
lint repo with
ruff
, updatepyproject.toml
and pre-commit for linting.__init__
in all levels – begin the repo linting #597.py
files – begin the repo linting #597cg
./cg/*.py
–./cg/*.py
– format, lint, & remove docstring spaces #608./cg/ops/*.py
– format, lint, numpydoc –cg/ops/*.py
#610./cg/ops/tests/*.py
– format & lint –cg/ops/tests*.py
#611./cg/tests/*.py
– format & lint –cg/tests/*.py
#614examples
– lint./examples/*
#607graph
./graph/base.py
– lintgraph/base.py
#615./graph/_*.py
– lintgraph/_*.py
#618./graph/tests/*.py
– lint & formatgraph/tests/*.py
#619io
./io/*.py
– lint & formatio/*.py
#620./io/geotable/*
– lint & format –io/geotable/*
#622./io/iohandlers/*
– (lint & format –io/iohandlers/*
#630)io/iohandlers{a-d}.py
#637io/iohandlers{g-m}
.py #638io/iohandlers{p-s}.py
#641io/iohandlers{t-w}
.py #642io/iohandlers/tests/*.py
#643./io/{tests,util}/*
io/{tests, util}/*.py
part 1 #644io/{tests, util}/*.py
part 2 #645io/{tests, util}/*.py
part 3 #646weights
weights/*.py
part 1 #648weights/*.py
part 2 #650weights/*.py
part 3 #651weights/*.py
part 4 #652weights/*.py
part 5 #653weights/*.py
part 6 #654weights/*.py
part 7 #655weights/*.py
part 8 #658# noqa <CODE>
--># noqa: <CODE>
– correct in-lineruff
syntax #660<CODE>
pyproject.toml
– final lint/format run through & update pre-commit #661.pre-commit-config.yaml
– final lint/format run through & update pre-commit #661pre-commit
on triggered GHA – https://results.pre-commit.ciThe text was updated successfully, but these errors were encountered: