issues
search
IBM
/
detect-secrets
An enterprise friendly way of detecting and preventing secrets in code.
Apache License 2.0
74
stars
46
forks
source link
chore(test): modernise and skip db2 tests on arm64
#151
Open
dnwe
opened
5 months ago
dnwe
commented
5 months ago
add pytest skip to ibm_db2 tests on arm64 and mark module as x86_64 only in requirements-dev.txt
move 'testing' helpers module under tests/ and load via conftest for better compatibility when testing installed module / under venv
Additionally
fix flake8 warnings around isinstance use
add max-line-length to setup.cfg to avoid E501 flagging existing code (and 100 is the standard default in most Python modules due to black/ruff)
fix existing pre-commit findings on master that were causing Travis to fail
additionally run autoupdate on pre-commit file to bring it up-to-date
Additionally