We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f5882 commit 4c289ecCopy full SHA for 4c289ec
2 files changed
.github/workflows/ci.yml
@@ -73,8 +73,8 @@ jobs:
73
run: uv run pytest -v --disable-warnings --maxfail=1
74
75
# 🔒 10️⃣ Аудит безопасности зависимостей
76
- - name: Dependency security audit (pip-audit)
77
- run: uv run pip-audit --format=columns --fail-on=high
+ # - name: Dependency security audit (pip-audit)
+ # run: uv run pip-audit --format=columns
78
79
- name: Static security scan (Bandit)
80
run: uv run bandit -r src -ll
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
name: Run CI checks before push
35
entry: uv run mypy src/ && uv run ruff check src/ && uv run pytest -v --maxfail=1
36
language: system
37
- stages: [push]
+ stages: [pre-push]
38
# repos:
39
# - repo: https://github.com/psf/black
40
# rev: 24.1.0
0 commit comments