This is an automated email from the ASF dual-hosted git repository.

gstein pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git


    from 77ae2e3  couple clarifications to cert creation
     add 7eda190  Run ruff format and assert the format in CI
     add b064492  Apply uv run ruff format
     add 1d89346  Manually format license header
     add ef37c7f  Follow up reduce sys.path.insert trick
     new 3286f88  Merge pull request #62 from tisonkun/format

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)

Reply via email to