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

brondsem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


    from 75e6e3c51 Allow csp_form_actions environ override; more obvious 
warning if github oauth .ini settings missing
     add c06cce9df [#8502] added ruff as a dependency and updates command in 
test_syntax
     add de9c2e0b0 [#8502] fixing more code violations
     add 3d53efe85 [#8502] added ruff.toml
     add a9b99fb1f [#8502] updated ruff config and added an extra flag 
--show-source
     add 26ae660d0 [#8502] regenerated requirements.txt
     new a20a41285 [#8502] ignoring long lines and updating ruff command with 
--config and --show-source flags
     new cedea1b40 [#8502] remove old unused pylint custom check
     new 13a0670bc [#8502] run ruff all at once, instead of in groups of files

The 3 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:
 Allura/allura/config/middleware.py                 | 30 ++++-----
 Allura/allura/ext/admin/admin_main.py              |  4 +-
 Allura/allura/model/filesystem.py                  |  2 +-
 .../allura/tests/functional/test_neighborhood.py   |  6 +-
 Allura/allura/tests/model/test_timeline.py         |  2 +-
 Allura/allura/tests/test_multifactor.py            |  4 +-
 Allura/allura/tests/test_plugin.py                 |  6 +-
 .../allura/tests/unit/spam/test_stopforumspam.py   |  6 +-
 Allura/setup.py                                    |  2 +-
 AlluraTest/alluratest/pylint_checkers.py           | 73 ----------------------
 AlluraTest/alluratest/test_syntax.py               | 66 ++-----------------
 .../tests/github/functional/test_github.py         |  2 +-
 ForgeTracker/forgetracker/import_support.py        |  4 +-
 requirements.in                                    |  3 +-
 requirements.txt                                   |  4 +-
 ruff.toml                                          | 17 +++++
 scripts/perf/call_count.py                         |  4 +-
 17 files changed, 62 insertions(+), 173 deletions(-)
 delete mode 100644 AlluraTest/alluratest/pylint_checkers.py
 create mode 100644 ruff.toml

Reply via email to