Skip to content

Commit 63f86b9

Browse files
authored
Merge branch 'main' into fix/add-missing-tests-v2
2 parents 495d7b8 + 41336b1 commit 63f86b9

43 files changed

Lines changed: 1021 additions & 1136 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci_static_analysis.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ jobs:
6464
- name: Run numpydoc Documentation Check
6565
if: always()
6666
run: uv run numpydoc lint ./src/**/*.py
67+
68+
- name: Run complexipy - Cognitive Complexity Check
69+
if: always()
70+
run: uv run complexipy src/scribe_data/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
[![platform](https://img.shields.io/badge/Wikidata-990000.svg?logo=wikidata&logoColor=ffffff)](https://github.com/scribe-org/Scribe-Data)
88
[![rtd](https://img.shields.io/readthedocs/scribe-data.svg?label=%20&logo=read-the-docs&logoColor=ffffff)](http://scribe-data.readthedocs.io/en/latest/)
9+
[![ci_static_analysis](https://img.shields.io/github/actions/workflow/status/scribe-org/Scribe-Data/ci_static_analysis.yaml?branch=main&label=%20&logo=ruff&logoColor=ffffff)](https://github.com/scribe-org/Scribe-Data/actions/workflows/ci_static_analysis.yaml)
10+
[![ci_pytest](https://img.shields.io/github/actions/workflow/status/scribe-org/Scribe-Data/ci_pytest.yaml?branch=main&label=%20&logo=pytest&logoColor=ffffff)](https://github.com/scribe-org/Scribe-Data/actions/workflows/ci_pytest.yaml)
911
[![issues](https://img.shields.io/github/issues/scribe-org/Scribe-Data?label=%20&logo=github)](https://github.com/scribe-org/Scribe-Data/issues)
1012
[![language](https://img.shields.io/badge/Python%203-306998.svg?logo=python&logoColor=ffffff)](https://github.com/scribe-org/Scribe-Data/blob/main/CONTRIBUTING.md)
1113
[![pypi](https://img.shields.io/pypi/v/scribe-data.svg?label=%20&color=4B8BBE)](https://pypi.org/project/scribe-data/)

0 commit comments

Comments
 (0)