Skip to content

Commit 76e8c72

Browse files
committed
[nit] Removed unused directory
1 parent f3cf146 commit 76e8c72

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ benchmarks: ## Run benchmarks
4949
uv run python -m pytest -vv tests/benchmarks/
5050

5151
check-types: ## Checks type hints in sources
52-
uv run mypy --explicit-package-bases --disallow-untyped-calls --disallow-untyped-defs --disallow-incomplete-defs --ignore-missing-imports --disable-error-code attr-defined src/ tests/unit tests/integration tests/e2e/ dev-tools/
52+
uv run mypy --explicit-package-bases --disallow-untyped-calls --disallow-untyped-defs --disallow-incomplete-defs --ignore-missing-imports --disable-error-code attr-defined src/ tests/unit tests/integration tests/e2e/
5353

5454
security-check: ## Check the project for security issues
55-
uv run bandit -c pyproject.toml -r src tests dev-tools
55+
uv run bandit -c pyproject.toml -r src tests
5656

5757
format: ## Format the code into unified format
5858
uv run black .
@@ -102,13 +102,13 @@ black: ## Check source code using Black code formatter
102102
uv run black --check .
103103

104104
pylint: ## Check source code using Pylint static code analyser
105-
uv run pylint src tests dev-tools
105+
uv run pylint src tests
106106

107107
pyright: ## Check source code using Pyright static type checker
108-
uv run pyright src dev-tools
108+
uv run pyright src
109109

110110
docstyle: ## Check the docstring style using Docstyle checker
111-
uv run pydocstyle -v src dev-tools
111+
uv run pydocstyle -v src
112112

113113
ruff: ## Check source code using Ruff linter
114114
uv run ruff check . --per-file-ignores=tests/*:S101 --per-file-ignores=scripts/*:S101

0 commit comments

Comments
 (0)