chore: add recognition to the original tests author

This commit is contained in:
Matthias
2025-12-24 12:04:30 +01:00
parent 78709a9d76
commit 2013a2edda
2 changed files with 6 additions and 1 deletions

View File

@@ -60,7 +60,6 @@ jobs:
uv pip install -e ft_client/
uv pip install -e .
- name: Check for version alignment
run: |
python build_helpers/freqtrade_client_version_align.py

View File

@@ -1,3 +1,9 @@
"""
Run pip audit to check for known security vulnerabilities in installed packages.
Original Idea and base for this implementation by Michael Kennedy's blog:
https://mkennedy.codes/posts/python-supply-chain-security-made-easy/
"""
import subprocess
import sys
from pathlib import Path