Skip to content

Commit

Permalink
Merge pull request #43 from physiopy/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
smoia authored Aug 18, 2023
2 parents 096b817 + 87d3685 commit 6783c28
Show file tree
Hide file tree
Showing 10 changed files with 282 additions and 184 deletions.
2 changes: 1 addition & 1 deletion .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@
"color": "#FFFFFF"
}
]
}
}
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_BUGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ assignees:

## Specifications
<!--- Point out the version of phys2bids you are running and your OS version -->
- Python version:
- Python version:
- phys2bids version:
- Platform:

Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_DISCUSSION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Discussion
about: Use this template to start a discussion issue, i.e. an issue that
about: Use this template to start a discussion issue, i.e. an issue that
title: ''
labels: Discussion
assignees: ''
Expand All @@ -22,6 +22,6 @@ I'm opening this discussion because/I think that/I noticed that...
<!--- Repeat the concept in a very few, short (max 3) questions -->
<!--- Remember that the aim is not to give a "tldr", but to help address salient points. -->

-
-
-
-
-
-
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_GENERAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ assignees: ''
## Next Steps
<!--- Provide possible steps to take in order to address the issue -->

*
*
*
*
*
*
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_MEETING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ title: 'phys2bids YYY developer call (dd.mm.yyyy @ time)
labels: Community
assignees:
---
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ repos:
- id: check-case-conflict
- id: check-merge-conflict
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/pydocstyle
rev: 6.2.3
rev: 6.3.0
hooks:
- id: pydocstyle
- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down
16 changes: 8 additions & 8 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"license":"Apache-2.0",
"title": "physiopy/phys2denoise: Creation of physiological regressors for fMRI",
"title": "physiopy/phys2denoise: Creation of physiological regressors for fMRI",
"upload_type":"software",
"access_right":"open",
"creators": [
"creators": [
{
"affiliation": "BCBL - Basque Center on Cognition, Brain and Language",
"affiliation": "BCBL - Basque Center on Cognition, Brain and Language",
"name": "C\u00e9sar Caballero Gaudes"
},
},
{
"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"
}
]
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ignore:
- "docs"
- "**/__init__.py"
- "**/**/__init__.py"
- "docs"
- "docs"
- "tests"
- "_version.py"
- "__init__.py"
Expand Down
Loading

0 comments on commit 6783c28

Please sign in to comment.