Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #71

Merged
merged 2 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@
"color": "#FFFFFF"
}
]
}
}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -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"
}