pytube / .deepsource.toml
hbmartin's picture
linting and code cleanup
8d2dc0d
raw
history blame
178 Bytes
version = 1
test_patterns = [
"*/tests/**"
]
exclude_patterns = [
"setup.py"
]
[[analyzers]]
name = "python"
enabled = true
[analyzers.meta]
runtime_version = "3.x.x"