ruff/crates/ruff_linter
Amethyst Reese f285a9af1c [flake8_print] better suggestion for basicConfig in T201 docs
`logging.basicConfig` should not be called at a global module scope,
as that produces a race condition to configure logging based on which
module gets imported first.  Logging should instead be initialized
in an entrypoint to the program, either in a `main()` or in the
typical `if __name__ == "__main__"` block.
2025-12-19 15:35:09 -08:00
..
resources Report diagnostics for invalid/unmatched range suppression comments (#21908) 2025-12-18 12:58:58 -08:00
src [flake8_print] better suggestion for basicConfig in T201 docs 2025-12-19 15:35:09 -08:00
Cargo.toml Bump 0.14.10 (#22058) 2025-12-18 13:08:17 -06:00