John Vandenberg

Results 966 comments of John Vandenberg

@yegor256 , please look at coala/coala-bears#166 before asking silly questions.

I did a bit of digging and can confirm `typos` is a superset of `codespell` wrt to misspelling detection capability, and finer grained configuration. `codespell` has a few UX features...

> LGTM > > How can I run typos locally? It's useful to be able to run it before pushing, instead of waiting for CI failure to find out. See...

@sammys, this now has conflicts that need to be resolved.

Noting that `cargo-make`'s ["format-toml"](https://github.com/sagiegurari/cargo-make/blob/master/src/lib/descriptor/makefiles/toml.toml#L5) rule can sort these. It is implemented using https://crates.io/crates/taplo-cli . It needs a `.taplo.toml` file containing ```toml [formatting] reorder_keys = true ``` See https://taplo.tamasfe.dev/configuration/formatter-options.html for more...

@rctlmk , looks good, but needs a rebase.

Seems to be now at https://pyoxidizer.readthedocs.io/en/stable/oxidized_importer_behavior_and_compliance.html?highlight=__file__#file-and-cached-module-attributes

Confirm the "as" syntax triggers this. Thanks for raising the issue. If you want to find the problem, very likely it is somewhere in [`_is_typing_helper`](https://github.com/PyCQA/pyflakes/commit/5d192ce187d8ed47dce3ee3d1fdbd64891f2c11c) It may not be taking...