This is an automated email from the ASF dual-hosted git repository.
tison pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
from a1dedcd Merge pull request #56 from tisonkun/fix-all-ci-failure
add 2b73b95 Migrate from pylint to ruff
add eb88df2 Suppress some rules for now
add d6e2fad Revert unintended format
add 9afaf7a Revert most unrelated changes
new 6f12ac9 Merge pull request #59 from tisonkun/ruff
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/pyproject.toml | 2 +-
v3/ruff.toml | 52 ++++++++++++++++++++++++++++++++++++++++++
v3/server/bin/asf-load-ldap.py | 2 +-
v3/server/bin/load_fakedata.py | 4 ++--
v3/server/main.py | 4 ++--
v3/server/pages.py | 6 ++---
v3/steve/vtypes/__init__.py | 6 ++---
v3/tests/run_stv.py | 2 +-
9 files changed, 68 insertions(+), 19 deletions(-)
create mode 100644 v3/ruff.toml