Skip to content

Commit 2ca310e

Browse files
committed
Nothing to exclude for flake and coverage tools
1 parent 20c4cd0 commit 2ca310e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ ignore_missing_imports = true
6767

6868
[tool.coverage.run]
6969
omit = [
70-
"python/outlines_core/_version.py",
71-
"python/outlines_core/__init__.py",
7270
"tests/*",
7371
]
7472
branch = true

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ ignore = E203,E231,E501,E741,W503,W504,C901,E731
55
per-file-ignores =
66
**/__init__.py:F401,F403
77
tests/test_json_schema.py: E201
8-
exclude =
9-
outlines_core/_version.py

0 commit comments

Comments
 (0)