Skip to content

Commit 785195a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 732fcfd commit 785195a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.serena/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ read_only: false
2222

2323
# list of tool names to exclude. We recommend not excluding any tools, see the readme for more details.
2424
# Below is the complete list of tools for convenience.
25-
# To make sure you have the latest list of tools, and to view their descriptions,
25+
# To make sure you have the latest list of tools, and to view their descriptions,
2626
# execute `uv run scripts/print_tool_overview.py`.
2727
#
2828
# * `activate_project`: Activates a project by name.

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ReproSchema Python library and CLI for working with ReproSchema format - a stand
1313
# Install in development mode
1414
pip install -e .
1515

16-
# Install with all development dependencies
16+
# Install with all development dependencies
1717
pip install -e ".[dev]"
1818

1919
# Run pre-commit hooks
@@ -56,7 +56,7 @@ codespell
5656
- **reproschema/models/model.py**: Pydantic models auto-generated from LinkML schema. DO NOT modify directly - changes should be made in ReproNim/reproschema repository.
5757
- **reproschema/validate.py**: Schema validation using PyShacl
5858
- **reproschema/redcap2reproschema.py**: Convert REDCap CSV to ReproSchema format
59-
- **reproschema/reproschema2redcap.py**: Convert ReproSchema to REDCap CSV format
59+
- **reproschema/reproschema2redcap.py**: Convert ReproSchema to REDCap CSV format
6060
- **reproschema/reproschema2fhir.py**: Convert ReproSchema to FHIR Questionnaire resources
6161
- **reproschema/output2redcap.py**: Process reproschema-ui output into REDCap CSV
6262

@@ -83,4 +83,4 @@ codespell
8383
- The Pydantic models in `reproschema/models/model.py` are auto-generated - DO NOT edit directly
8484
- All schema changes must be made in the LinkML source at ReproNim/reproschema repository
8585
- Uses pre-commit for code quality - commits may require running twice
86-
- Line length limit: 79 characters (enforced by black)
86+
- Line length limit: 79 characters (enforced by black)

internal/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ reproschema redcap2reproschema <input> <output>
5353
- Issues: /issues?label=reproschema-py
5454

5555
---
56-
*Line count: ~65 (target: < 100)*
56+
*Line count: ~65 (target: < 100)*

0 commit comments

Comments
 (0)