ceph-mon: move the ceph_config call to ceph-mon role
[ceph-ansible.git] / .deepsource.toml
1 version = 1
2
3 test_patterns = ["tests/**"]
4
5 exclude_patterns = [
6     "roles/**",
7     "profiles/**",
8     "infrastructure-playbooks/**",
9     "group_vars/**",
10     "contrib/**"
11 ]
12
13 [[analyzers]]
14 name = "python"
15 enabled = true
16
17   [analyzers.meta]
18   runtime_version = "3.x.x"