tidypy
tidypy copied to clipboard
A tool that executes a suite of static analysis tools upon a Python project.
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5. Release notes Sourced from docker/build-push-action's releases. v5.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/build-push-action#954 Bump @actions/core...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. Release notes Sourced from docker/metadata-action's releases. v5.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/metadata-action#328 Bump @actions/core...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. Release notes Sourced from docker/setup-buildx-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/setup-buildx-action#264 Bump @actions/core...
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. Release notes Sourced from docker/login-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/login-action#593 Bump @actions/core...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Updates the requirements on [dlint](https://github.com/dlint-py/dlint) to permit the latest version. Changelog Sourced from dlint's changelog. [0.14.0] - 2023-02-06 Added Support for Flake8 6 (#56) Support for Python 3.11 Removed Support...
Updates the requirements on [check-manifest](https://github.com/mgedmin/check-manifest) to permit the latest version. Changelog Sourced from check-manifest's changelog. 0.49 (2022-12-05) Add Python 3.11 support. Drop Python 3.6 support. Exclude more common dev/test files....
Did this while trying to get tidpy to work in vscode, nothing too complex. tries to as closely as possible emulate the prospector json format, though some things had to...
This PR would allow tidypy to run on individual files too, not just a folder. Another step in my endeavour in getting it to work in vscode. This is obviously...
I created this feature request to have tidypy included in the vscode python extension. Give it a 👍 https://github.com/microsoft/vscode-python/issues/13867