mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 13:31:58 +00:00
Compare commits
5 Commits
2025.5.20.
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 672f686d1a | |||
| 59c3ac5bc2 | |||
| 1e75799497 | |||
| fec9dd75c7 | |||
| 2ae8ab6926 |
29
.github/dependabot.yml
vendored
Normal file
29
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "uv"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
day: "monday"
|
||||||
|
time: "04:00"
|
||||||
|
open-pull-requests-limit: 8
|
||||||
|
allow:
|
||||||
|
- dependency-type: "all"
|
||||||
|
reviewers:
|
||||||
|
- "Cian-H"
|
||||||
|
assignees:
|
||||||
|
- "Cian-H"
|
||||||
|
commit-message:
|
||||||
|
prefix: "uv-deps"
|
||||||
|
prefix-development: "uv-deps-dev"
|
||||||
|
include: "scope"
|
||||||
|
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
day: "monday"
|
||||||
|
time: "04:00"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
commit-message:
|
||||||
|
prefix: "ci"
|
||||||
@@ -24,8 +24,8 @@
|
|||||||
.. image:: https://readthedocs.org/projects/invenio-config-iform/badge/?version=latest
|
.. image:: https://readthedocs.org/projects/invenio-config-iform/badge/?version=latest
|
||||||
:target: https://invenio-config-iform.readthedocs.io/en/latest/?badge=latest
|
:target: https://invenio-config-iform.readthedocs.io/en/latest/?badge=latest
|
||||||
|
|
||||||
.. image:: https://img.shields.io/coveralls/mb-wali/invenio-config-iform.svg
|
.. image:: https://coveralls.io/repos/github/Cian-H/invenio-config-iform/badge.svg?branch=master
|
||||||
:target: https://coveralls.io/r/Cian-H/invenio-config-iform
|
:target: https://coveralls.io/github/Cian-H/invenio-config-iform?branch=master
|
||||||
|
|
||||||
.. image:: https://img.shields.io/badge/code%20style-Ruff-D7FF64.svg
|
.. image:: https://img.shields.io/badge/code%20style-Ruff-D7FF64.svg
|
||||||
:target: https://github.com/astral-sh/ruff
|
:target: https://github.com/astral-sh/ruff
|
||||||
|
|||||||
@@ -8,4 +8,4 @@
|
|||||||
|
|
||||||
"""Metadata for this python module."""
|
"""Metadata for this python module."""
|
||||||
|
|
||||||
__version__ = "2025.5.20.17"
|
__version__ = "2025.5.20.21"
|
||||||
|
|||||||
@@ -87,12 +87,12 @@ exclude = [".venv", "tests/*", "*/tests/*", "*.rst", "run-tests.sh"]
|
|||||||
|
|
||||||
# Testing configuration
|
# Testing configuration
|
||||||
[tool.pytest]
|
[tool.pytest]
|
||||||
addopts = "--ruff --ruff-format --pydocstyle --doctest-glob=\"*.rst\" --doctest-modules --cov=./invenio_config_iform --cov-report=term-missing tests ./invenio_config_iform"
|
addopts = "--ruff --ruff-format --pydocstyle --doctest-glob=\"*.rst\" --doctest-modules --cov=invenio_config_iform --cov-report=term-missing tests invenio_config_iform"
|
||||||
testpaths = ["tests", "invenio_config_iform"]
|
testpaths = ["tests", "invenio_config_iform"]
|
||||||
live_server_scope = "module"
|
live_server_scope = "module"
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
addopts = "--ruff --ruff-format --pydocstyle --doctest-glob=\"*.rst\" --doctest-modules --cov=./invenio_config_iform --cov-report=term-missing tests ./invenio_config_iform"
|
addopts = "--ruff --ruff-format --pydocstyle --doctest-glob=\"*.rst\" --doctest-modules --cov=invenio_config_iform --cov-report=term-missing tests invenio_config_iform"
|
||||||
testpaths = ["tests", "invenio_config_iform"]
|
testpaths = ["tests", "invenio_config_iform"]
|
||||||
live_server_scope = "module"
|
live_server_scope = "module"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user