SonarCloud, SonarQube support Python 3.8, find method signature & visibility issues

2020-03-30 Thread G. Ann Campbell
Hi all, SonarSource is happy to announce support of Python 3.8, including the walrus operator, and 10 new rules related to method signature and visibility. Details here: https://community.sonarsource.com/t/sonarcloud-scans-python-3-8-code-and-detects-mistakes-related-to-method-signature-and-visib

[baseline 1.0.0] Easy String Baseline

2020-03-30 Thread Dan Gass
I am please to announce the availability of the first major release of the "baseline" package. This tool streamlines creation and maintenance of tests which compare string output against a baseline. It offers a mechanism to compare a string against a baselined copy and update the baselined copy to

Vulture 1.4

2020-03-30 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code an