wovensnake 0.2.0

A high-performance Python package manager built with Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
# Clippy configuration
avoid-breaking-exported-api = false
disallowed-names = ["foo", "bar", "baz", "qux"]
cognitive-complexity-threshold = 30
enum-variant-name-threshold = 3
large-error-threshold = 128
literal-representation-threshold = 16
too-many-arguments-threshold = 7
too-many-lines-threshold = 500
allow-private-module-inception = true