mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
ab866363d3
Also added `.deepsource.toml` for continuous quality analysis
21 lines
294 B
TOML
21 lines
294 B
TOML
# generated by deepsource.io
|
|
version = 1
|
|
|
|
test_patterns = [
|
|
'tests/*.py'
|
|
]
|
|
|
|
exclude_patterns = [
|
|
'*/**/*_compat.py',
|
|
'requests3/core/_http/packages/six.py',
|
|
'setup.py'
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
enabled = true
|
|
runtime_version = "3.x.x"
|
|
|
|
[analyzers.meta]
|
|
max_line_length = 100
|