Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/PyCQA/isort
rev: 9.0.0b2
rev: 9.0.0b5
hooks:
- id: isort
files: >-
Expand All @@ -38,12 +38,12 @@ repos:
)

- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.27.0
rev: v2.28.0
hooks:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.16.2
rev: v0.16.3
hooks:
- id: ruff-check

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@ ini_options.log_cli = true
ini_options.asyncio_mode = "auto"

[tool.coverage]
run.cover_pylib = true
run.include = [
"*/nc_py_api/*",
]
run.omit = [
"*/tests/*",
]
run.cover_pylib = true
paths.source = [
"nc_py_api/",
"*/site-packages/nc_py_api/",
Expand Down