Skip to content

Commit

Permalink
Modify CITATION.cff to conform to cffconvert formatting (#460)
Browse files Browse the repository at this point in the history
* add cffconvert pre-commit check

* update citation license field value
  • Loading branch information
d33bs authored Oct 16, 2024
1 parent cc555f6 commit e8880bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ repos:
rev: "2.2.4"
hooks:
- id: pyproject-fmt
# validates CITATION.cff file formatting expecations
- repo: https://github.com/citation-file-format/cffconvert
rev: b6045d78aac9e02b039703b030588d54d53262ac
hooks:
- id: validate-cff
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ authors:
title: "Reproducible image-based profiling with Pycytominer"
# This version is updated using `cz bump` command
version: "1.2.0"
license: BSD 3-Clause License
license: BSD-3-Clause
repository-code: "https://github.com/cytomining/pycytominer"
doi: 10.48550/arXiv.2311.13417

0 comments on commit e8880bc

Please sign in to comment.