Skip to content

Commit 6783c28

Browse files
authored
Merge pull request #43 from physiopy/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 096b817 + 87d3685 commit 6783c28

File tree

10 files changed

+282
-184
lines changed

10 files changed

+282
-184
lines changed

.autorc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@
9090
"color": "#FFFFFF"
9191
}
9292
]
93-
}
93+
}

.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_BUGS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ assignees:
2626

2727
## Specifications
2828
<!--- Point out the version of phys2bids you are running and your OS version -->
29-
- Python version:
29+
- Python version:
3030
- phys2bids version:
3131
- Platform:
3232

.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_DISCUSSION.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Discussion
3-
about: Use this template to start a discussion issue, i.e. an issue that
3+
about: Use this template to start a discussion issue, i.e. an issue that
44
title: ''
55
labels: Discussion
66
assignees: ''
@@ -22,6 +22,6 @@ I'm opening this discussion because/I think that/I noticed that...
2222
<!--- Repeat the concept in a very few, short (max 3) questions -->
2323
<!--- Remember that the aim is not to give a "tldr", but to help address salient points. -->
2424

25-
-
26-
-
27-
-
25+
-
26+
-
27+
-

.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_GENERAL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ assignees: ''
1818
## Next Steps
1919
<!--- Provide possible steps to take in order to address the issue -->
2020

21-
*
22-
*
23-
*
21+
*
22+
*
23+
*

.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_MEETING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ title: 'phys2bids YYY developer call (dd.mm.yyyy @ time)
55
labels: Community
66
assignees:
77
---
8-

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ repos:
1111
- id: check-case-conflict
1212
- id: check-merge-conflict
1313
- repo: https://github.com/psf/black
14-
rev: 22.12.0
14+
rev: 23.7.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.11.4
18+
rev: 5.12.0
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/pycqa/flake8
22-
rev: 6.0.0
22+
rev: 6.1.0
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/pycqa/pydocstyle
26-
rev: 6.2.3
26+
rev: 6.3.0
2727
hooks:
2828
- id: pydocstyle
2929
- repo: https://github.com/pre-commit/pygrep-hooks

.zenodo.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"license":"Apache-2.0",
3-
"title": "physiopy/phys2denoise: Creation of physiological regressors for fMRI",
3+
"title": "physiopy/phys2denoise: Creation of physiological regressors for fMRI",
44
"upload_type":"software",
55
"access_right":"open",
6-
"creators": [
6+
"creators": [
77
{
8-
"affiliation": "BCBL - Basque Center on Cognition, Brain and Language",
8+
"affiliation": "BCBL - Basque Center on Cognition, Brain and Language",
99
"name": "C\u00e9sar Caballero Gaudes"
10-
},
10+
},
1111
{
12-
"affiliation": "McGill University",
12+
"affiliation": "McGill University",
1313
"name": "Ross Markello"
14-
},
14+
},
1515
{
16-
"orcid": "0000-0002-2553-3327",
17-
"affiliation": "BCBL - Basque Center on Cognition, Brain and Language",
16+
"orcid": "0000-0002-2553-3327",
17+
"affiliation": "BCBL - Basque Center on Cognition, Brain and Language",
1818
"name": "Stefano Moia"
1919
}
2020
]

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ignore:
2323
- "docs"
2424
- "**/__init__.py"
2525
- "**/**/__init__.py"
26-
- "docs"
26+
- "docs"
2727
- "tests"
2828
- "_version.py"
2929
- "__init__.py"

0 commit comments

Comments
 (0)