Skip to content

Commit 639c650

Browse files
committed
changed project structure
1 parent 936f0d9 commit 639c650

18 files changed

+12
-6
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,13 @@ exclude_lines = [
6262
"if __name__ == .__main__.:",
6363
"pass",
6464
]
65-
omit = ["fast1dkmeans/tests/*"]
65+
omit = [
66+
"tests/*",
67+
"src/fast1dkmeans/monge.py",
68+
"src/fast1dkmeans/old_classes.py",
69+
"src/fast1dkmeans/utils.py",
70+
"src/fast1dkmeans/utils_for_test.py",
71+
]
6672

6773

6874
[tool.flake8]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)