Skip to content

Commit b4e60eb

Browse files
Add .deepsource.toml
1 parent a050986 commit b4e60eb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.deepsource.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version = 1
2+
3+
4+
test_patterns = [
5+
"**/test_*.py"
6+
]
7+
8+
9+
[[analyzers]]
10+
name = "python"
11+
enabled = true
12+
13+
[analyzers.meta]
14+
runtime_version = "3.x.x"

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include codespell_lib/data/dictionary*.txt
44
include codespell_lib/data/linux-kernel.exclude
55
include COPYING
66
include bin/codespell
7-
exclude *.yml *.yaml
7+
exclude *.yml *.yaml *.toml
88
exclude .coveragerc
99
exclude example example/* snap snap/* tools tools/*
1010
exclude Makefile

0 commit comments

Comments
 (0)