Home
last modified time | relevance | path

Searched refs:lint (Results 1 – 12 of 12) sorted by relevance

/petsc/src/binding/petsc4py/
H A Dmakefile54 .PHONY: lint ruff-lint cython-lint check-docs stubtest
60 cython-lint:
62 cython-lint ${CYTHONLINT_OPTS} ${CYTHONLINT_SRC}
64 ruff-lint:
67 lint: target
68 ${RM} -r petsc4py-lint-env
69 ${PYTHON} -m venv petsc4py-lint-env
70 . petsc4py-lint-env/bin/activate && python -m pip install -r conf/requirements-lint.txt
71 . petsc4py-lint-env/bin/activate && ${MAKE} cython-lint
72 . petsc4py-lint-env/bin/activate && ${MAKE} ruff-lint
H A D.ruff.toml4 [lint]
40 [lint.per-file-ignores]
H A D.cython-lint.toml1 [tool.cython-lint]
/petsc/src/binding/petsc4py/docs/source/
H A Dcontributing.rst12 $ python -m pip install -r src/binding/petsc4py/conf/requirements-lint.txt
16 $ make cython-lint -C src/binding/petsc4py
20 $ make ruff-lint -C src/binding/petsc4py
24 $ make ruff-lint RUFF_OPTS='format' -C src/binding/petsc4py
53 .. _cython-lint: https://github.com/MarcoGorelli/cython-lint
/petsc/lib/petsc/conf/
H A Drules_util.mk204 env-lint:
207 @python3 -m venv petsc-lint-env
208 …@source petsc-lint-env/bin/activate && python3 -m pip install --quiet -r lib/petsc/bin/maint/petsc…
212 lint:
215 help-lint:
246 test-lint: checkvermin_exist checkmypy_exist
/petsc/src/binding/petsc4py/conf/
H A Drequirements-lint.txt2 cython-lint >= 0.16.2
/petsc/src/binding/petsc4py/src/petsc4py/
H A DPETSc.pyx15 cimport cython # no-cython-lint
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A DREADME.rst19 every package installed to fully lint the library.
39 Contains specifically the classes to lint docstrings.
/petsc/
H A Dgmakefile.test107 …ngs fortranbindings alletags etags clangformat checkclangformat fprettify lint shellcheck checkshe…
482 -@echo " lint - run lint on the source code, including its embedded documentation"
483 -@echo " Run \"${OMAKE} help-lint\" for lint options"
H A Dgmakefile71 …ngs fortranbindings alletags etags clangformat checkclangformat fprettify lint shellcheck checkshe…
240 # Combine with Jacob's massive lint project?
/petsc/doc/developers/contributing/
H A Ddevelopingmr.md131 $ make lint
/petsc/src/dm/impls/plex/
H A Dplexfem.c2557 PetscScalar lint = 0.; in DMPlexComputeIntegral_Internal() local
2560 …usOffset(a, totDimAux * c), NULL, NULL, 0.0, cgeomFVM[c].centroid, numConstants, constants, &lint); in DMPlexComputeIntegral_Internal()
2561 cintegral[c * Nf + f] += PetscRealPart(lint) * cgeomFVM[c].volume; in DMPlexComputeIntegral_Internal()