Chore: Update workflows and linting 32/72332/11
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Fri, 3 Nov 2023 11:40:41 +0000 (11:40 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Thu, 21 Dec 2023 15:49:09 +0000 (15:49 +0000)
commit252ca47136530d253dde2523d932b6168dd449b9
treeb73260834257278b1fcfff55fdbac94af7adb6d8
parentf5559cc403a784990f318f1d36a1cbe41f21b7a4
Chore: Update workflows and linting

Change-Id: I535fea6694b01e3926df7a923aa103cf61af544d
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
17 files changed:
.flake8 [new file with mode: 0644]
.github/workflows/builds.yaml [new file with mode: 0644]
.github/workflows/gerrit-verify.yaml
.github/workflows/release.yaml
.github/workflows/security.yaml [new file with mode: 0644]
.github/workflows/test-release.yaml [new file with mode: 0644]
.github/workflows/testing.yaml [new file with mode: 0644]
.pre-commit-config.yaml
.prettierignore [new file with mode: 0644]
.readthedocs.yml
.yamllint [new file with mode: 0644]
docs/requirements.txt
pyproject.toml
scripts/mypy-deps.sh [new file with mode: 0755]
scripts/tomllint.sh [new file with mode: 0755]
src/python_one_password/caching.py
tests/python_one_password_test.py [moved from tests/test_python_one_password.py with 100% similarity]