SIENTIAPDE-1308: Initial Docker setup, improved .dockerignore, updated README, and minor fixes.
This commit is contained in:
@@ -168,3 +168,14 @@ directory = "htmlcov"
|
||||
[tool.bandit]
|
||||
exclude_dirs = ["tests", "venv", ".venv"]
|
||||
skips = ["B101", "B601"] # Skip assert and shell injection in controlled environments
|
||||
|
||||
[tool.deptry]
|
||||
known_first_party = [
|
||||
"model_manager"
|
||||
]
|
||||
requirements_files = [
|
||||
"requirements.txt"
|
||||
]
|
||||
requirements_files_dev = [
|
||||
"requirements-dev.txt"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user