Skip to content

Commit e964d0f

Browse files
authored
Merge pull request #462 from physiopy/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 02cf7c6 + f71d97f commit e964d0f

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -11,15 +11,15 @@ repos:
1111
- id: check-case-conflict
1212
- id: check-merge-conflict
1313
- repo: https://github.com/psf/black
14-
rev: 23.11.0
14+
rev: 24.10.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.13.0
18+
rev: 5.13.2
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/pycqa/flake8
22-
rev: 6.1.0
22+
rev: 7.1.1
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/pycqa/pydocstyle
@@ -33,6 +33,6 @@ repos:
3333
- id: rst-directive-colons
3434
- id: rst-inline-touching-normal
3535
- repo: https://github.com/codespell-project/codespell
36-
rev: v2.2.6
36+
rev: v2.3.0
3737
hooks:
3838
- id: codespell

docs/conduct.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We as members, contributors, and leaders pledge to make participation in
1616
our community a harassment-free experience for everyone, regardless of
1717
age, body size, visible or invisible disability, ethnicity, sex
1818
characteristics, gender identity and expression, level of experience,
19-
education, socio-economic status, nationality, personal appearance,
19+
education, socioeconomic status, nationality, personal appearance,
2020
race, religion, or sexual identity and orientation.
2121

2222
We pledge to act and interact in ways that contribute to an open,

phys2bids/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Main init for phys2bids package."""
2+
23
from ._version import get_versions
34

45
__version__ = get_versions()["version"]

phys2bids/bids.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""BIDS functions for phys2bids package."""
2+
23
import logging
34
import os
45
from csv import reader

phys2bids/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Utilities for phys2bids package."""
2+
23
import json
34
import logging
45
import os

phys2bids/viz.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Visualization functions for phys2bids package."""
2+
23
import logging
34
import os
45

0 commit comments

Comments
 (0)