mypy_clean_slate icon indicating copy to clipboard operation
mypy_clean_slate copied to clipboard

CLI tool for providing a clean slate for mypy usage within a project.

Results 8 mypy_clean_slate issues
Sort by recently updated
recently updated
newest added

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @​jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @​tspencer244 in...

dependencies
github_actions

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_. Switched docs theme...

dependencies
python

Following https://github.com/geo7/mypy_clean_slate/issues/110 it was highlighted that multiline statements aren't currently being handled correctly Running `mypy_clean_slate` on: ```python class Foo: bar: dict = { # noqa: RUF012 "int": int, } ```...

How can i pass mypy flags that uses the default configuration but without --strict applied? Also could be nice to document what escape sequences should be used? ``` mypy_clean_slate -ra...

A bit of a nit, but it's common for CLIs to favor `-` over `_` for the names of options So one would expect path-to-code rather than path_to_code ``` (langchain_3_11_4)...

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies
github_actions

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.2.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.2.0 What's Changed Bump actions/create-github-app-token from 1.9.0 to 1.10.0 by @​dependabot in dependabot/fetch-metadata#523 Bump actions/create-github-app-token from 1.10.0 to...

dependencies
github_actions

For example, this breaks if statement contains a string literal containing '#'