Skip to content

Commit

Permalink
Nothing to exclude for flake and coverage tools
Browse files Browse the repository at this point in the history
  • Loading branch information
torymur committed Feb 24, 2025
1 parent b147dcf commit 1e75d2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ ignore_missing_imports = true

[tool.coverage.run]
omit = [
"python/outlines_core/_version.py",
"python/outlines_core/__init__.py",
"tests/*",
]
branch = true
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ ignore = E203,E231,E501,E741,W503,W504,C901,E731
per-file-ignores =
**/__init__.py:F401,F403
tests/test_json_schema.py: E201
exclude =
outlines_core/_version.py

0 comments on commit 1e75d2f

Please sign in to comment.