Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pre-commit-ci-update-config' i…
Browse files Browse the repository at this point in the history
…nto int/config
  • Loading branch information
smoia committed Oct 26, 2023
2 parents 337bc45 + efa31b9 commit b97dbe6
Show file tree
Hide file tree
Showing 15 changed files with 390 additions and 193 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:
---
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
shell: bash
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# Fetch all history for all branches and tags
fetch-depth: 0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -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.10.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 0.3.1 (Mon Aug 28 2023)

#### 🚀 Enhancement

- Fix naming of metrics, clarify PULSE RATE vs HEART RATE [#44](https://github.com/physiopy/phys2denoise/pull/44) ([email protected])

#### ⚠️ Pushed to `master`

- int: Update actions versions ([email protected])

#### 🏠 Internal

- [pre-commit.ci] pre-commit autoupdate [#43](https://github.com/physiopy/phys2denoise/pull/43) ([@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) [email protected])

#### Authors: 2

- [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot])
- Stefano Moia ([@smoia](https://github.com/smoia))

---

# 0.2.0 (Thu Feb 25 2021)

#### 💥 Breaking Change during development
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 b97dbe6

Please sign in to comment.