Skip to content

Commit 415e5b4

Browse files
committed
Fix: contributing doc
1 parent 756b887 commit 415e5b4

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
- New `edsnlp.external_information_qualifier` to qualify spans in a document based on external information and a defined distance to these contextual/external elements as is done in Distant Supervision.
55
- New `eds.contextual_qualifier` pipeline component to qualify spans based on contextual information.
66

7+
### Fixed
8+
- Contributing documentation. Delete `$ pre-commit run --all-files`recommendation.
9+
710
## v0.15.0 (2024-12-13)
811

912
### Added

contributing.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,7 @@ $ pre-commit install
4343

4444
The pre-commit hooks defined in the [configuration](https://github.com/aphp/edsnlp/blob/master/.pre-commit-config.yaml) will automatically run when you commit your changes, letting you know if something went wrong.
4545

46-
The hooks only run on staged changes. To force-run it on all files, run:
47-
48-
<div class="termy">
49-
50-
```console
51-
$ pre-commit run --all-files
52-
---> 100%
53-
color:green All good !
54-
```
55-
46+
The hooks only run on staged changes.
5647
</div>
5748

5849
## Proposing a merge request

0 commit comments

Comments
 (0)