Skip to content

Commit

Permalink
Merge pull request #87 from MIPLabCH/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 Feb 14, 2024
2 parents 12f2a61 + 2121139 commit a3ff818
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ repos:
- id: check-case-conflict
- id: check-merge-conflict
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.13.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/pydocstyle
Expand Down
1 change: 0 additions & 1 deletion nigsp/operations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
`nigsp.operations.sdi` or `nigsp.metrisc.sdi`.
"""


# Import all operations.
from .graph import nodestrength, zerocross
from .laplacian import (
Expand Down
1 change: 1 addition & 0 deletions nigsp/references.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""References to be imported and injected throughout the package."""

from nigsp.due import Doi

PRETI_2019 = Doi("10.1038/s41467-019-12765-7")
Expand Down

0 comments on commit a3ff818

Please sign in to comment.