File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 77.SHELLFLAGS := -e -o pipefail -c
88.SECONDARY :
99SHELL := bash
10- .PHONY : all clean requirements test it install xcop flake8 pylint bandit sphinx mypy lint e2e build coverage ruff
10+ .PHONY : all clean requirements test it install xcop flake8 pylint bandit sphinx mypy lint e2e build coverage ruff ty
1111
12- all : requirements install test it lint xcop sphinx
12+ all : requirements install test it lint sphinx
1313
14- lint : flake8 pylint mypy ruff
14+ lint : flake8 pylint mypy ruff bandit ty xcop
1515
1616requirements :
1717 uv sync
@@ -45,6 +45,9 @@ bandit:
4545ruff :
4646 uv run ruff check .
4747
48+ ty :
49+ uvx ty==0.0.1-alpha.8 check
50+
4851sphinx :
4952 rm -rf sphinx html
5053 uv run sphinx-apidoc -o sphinx aibolit --full
You can’t perform that action at this time.
0 commit comments