mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
5843f1e57b
- Added '.deepsource.toml' file for continuous analysis on bug risk - Remove `unused` imports - Remove duplicate dictionary key(s) - Refactor the comparison involving `not` - Remove `length check` in favour of truthiness of the object Signed-off-by: ankitdobhal <dobhal.ankit@protonmail.com>
17 lines
228 B
TOML
17 lines
228 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"
|