# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pyright-add-noqa" version = "0.2.1" description = """ CLI tool to disable rules automatically based on the output of pyright using # pyright: rule=false or # pyright: ignore [rule] comments usage: pyright --outputjson > pyright.json pyright-add-noqa.exe pyright.json """ license = "MIT" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" features = [ "derive", "derive", ] [dependencies.itertools] version = "0.12.1" [dependencies.pyright] version = "0.2.0" [dependencies.regex] version = "1.10.4" [dependencies.serde_json] version = "1.0.116"