feat(): load key skills and vacancies scripts

This commit is contained in:
gitgernit
2025-11-23 01:41:48 +03:00
parent 2887b0a1e0
commit 4b66c2f6be
7 changed files with 309 additions and 9 deletions
+1
View File
@@ -164,6 +164,7 @@ select = [
"YTT", # flake8-2020
]
ignore = [
"PLR1702",
"A005", # allow to shadow stdlib and builtin module names
"COM812", # trailing comma, conflicts with `ruff format`
# Different doc rules that we don't really care about: