This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 3286f88c21e74ffe38a1763e098f9a633d280c50 Merge: 77ae2e3 ef37c7f Author: Greg Stein <[email protected]> AuthorDate: Wed Nov 5 10:40:48 2025 -0600 Merge pull request #62 from tisonkun/format Run ruff format and assert the format in CI .github/workflows/linting.yml | 9 ++- v3/server/api.py | 30 ++++----- v3/server/bin/asf-load-ldap.py | 33 +++++----- v3/server/bin/fetch-bootstrap.sh | 26 ++++---- v3/server/bin/load-fakedata.py | 63 ++++++++++++------- v3/server/config.yaml.example | 28 ++++----- v3/server/main.py | 59 ++++++++--------- v3/server/pages.py | 76 ++++++++++++---------- v3/steve/__init__.py | 17 ++++- v3/steve/crypto.py | 39 +++++------- v3/steve/election.py | 132 +++++++++++++++++++++------------------ v3/steve/persondb.py | 36 +++++------ v3/steve/vtypes/__init__.py | 28 +++++---- v3/steve/vtypes/stv.py | 38 ++++++----- v3/steve/vtypes/yna.py | 56 ++++++++++------- v3/tests/check_coverage.py | 57 +++++++++-------- v3/tests/populate_v2_stv.sh | 7 +-- v3/tests/run_stv.py | 3 +- 18 files changed, 399 insertions(+), 338 deletions(-)
