diff --git a/.autorc b/.autorc index d808012..e0241f8 100644 --- a/.autorc +++ b/.autorc @@ -89,4 +89,4 @@ "color": "#FFFFFF" } ] -} \ No newline at end of file +} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f088de..1831d7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 - repo: https://github.com/pycqa/pydocstyle diff --git a/.zenodo.json b/.zenodo.json index b3243f5..06feda8 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,21 +1,21 @@ { - "license": "Apache-2.0", + "license": "Apache-2.0", "title": "physiopy/peakdet: A python toolbox for reproducible physiological data analysis", "upload_type": "software", "creators": [ { - "affiliation": "McGill University", + "affiliation": "McGill University", "name": "Elizabeth DuPre" - }, + }, { - "affiliation": "McGill University", + "affiliation": "McGill University", "name": "Ross Markello" - }, + }, { - "orcid": "0000-0002-2553-3327", - "affiliation": "BCBL - Basque Center on Cognition, Brain and Language", + "orcid": "0000-0002-2553-3327", + "affiliation": "BCBL - Basque Center on Cognition, Brain and Language", "name": "Stefano Moia" } - ], + ], "access_right": "open" }