mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
17 lines
227 B
TOML
17 lines
227 B
TOML
version = 1
|
|
|
|
test_patterns = ["tests/**"]
|
|
|
|
exclude_patterns = [
|
|
"examples/**",
|
|
"pipenv/vendor/**",
|
|
"pipenv/patched/**"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|