Skip to content

Commit a8785e6

Browse files
authored
Merge pull request #99 from ReproNim/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 35f43ee + 956ba6d commit a8785e6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exclude: ".*\\.csv$"
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -35,7 +35,7 @@ repos:
3535

3636
# Format TOML files
3737
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
38-
rev: v2.14.0
38+
rev: v2.15.0
3939
hooks:
4040
- id: pretty-format-toml
4141
args: [--autofix, --indent, '4']
@@ -47,7 +47,7 @@ repos:
4747
# flake8-functions checks functions quality: https://pypi.org/project/flake8-functions/
4848
# flake8-bugbear detects some common bugs: https://github.com/PyCQA/flake8-bugbear
4949
- repo: https://github.com/pyCQA/flake8
50-
rev: 7.1.2
50+
rev: 7.3.0
5151
hooks:
5252
- id: flake8
5353
args: [--config, .flake8, --verbose, reproschema]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ cd reproschema-py
2020
pip install -e .
2121
```
2222
#### Notes on the reproschema model
23-
This repository uses the `pydantic` representation of the `reproschema` model, defined in [model.py](https://github.com/ReproNim/reproschema-py/blob/main/reproschema/models/model.py).
23+
This repository uses the `pydantic` representation of the `reproschema` model, defined in [model.py](https://github.com/ReproNim/reproschema-py/blob/main/reproschema/models/model.py).
2424
The `pydantic` model is automatically generated from the LinkML model maintained in the [ReproNim/reproschema repository](https://github.com/ReproNim/reproschema).
25-
**All changes to the model should be made in the LinkML source in that repository.**
25+
**All changes to the model should be made in the LinkML source in that repository.**
2626

2727
#### Style
2828
This repo uses pre-commit to check styling.

0 commit comments

Comments
 (0)