Searched refs:lint (Results 1 – 12 of 12) sorted by relevance
54 .PHONY: lint ruff-lint cython-lint check-docs stubtest60 cython-lint:62 cython-lint ${CYTHONLINT_OPTS} ${CYTHONLINT_SRC}64 ruff-lint:67 lint: target68 ${RM} -r petsc4py-lint-env69 ${PYTHON} -m venv petsc4py-lint-env70 . petsc4py-lint-env/bin/activate && python -m pip install -r conf/requirements-lint.txt71 . petsc4py-lint-env/bin/activate && ${MAKE} cython-lint72 . petsc4py-lint-env/bin/activate && ${MAKE} ruff-lint
4 [lint]40 [lint.per-file-ignores]
1 [tool.cython-lint]
12 $ python -m pip install -r src/binding/petsc4py/conf/requirements-lint.txt16 $ make cython-lint -C src/binding/petsc4py20 $ make ruff-lint -C src/binding/petsc4py24 $ make ruff-lint RUFF_OPTS='format' -C src/binding/petsc4py53 .. _cython-lint: https://github.com/MarcoGorelli/cython-lint
204 env-lint:207 @python3 -m venv petsc-lint-env208 …@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
2 cython-lint >= 0.16.2
15 cimport cython # no-cython-lint
19 every package installed to fully lint the library.39 Contains specifically the classes to lint docstrings.
107 …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"
71 …ngs fortranbindings alletags etags clangformat checkclangformat fprettify lint shellcheck checkshe…240 # Combine with Jacob's massive lint project?
131 $ make lint
2557 PetscScalar lint = 0.; in DMPlexComputeIntegral_Internal() local2560 …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()