diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28c016e..ed6f775 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -11,7 +11,7 @@ repos: - id: check-case-conflict - id: check-merge-conflict - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/pycqa/isort diff --git a/setup.cfg b/setup.cfg index 2b4a7ea..8b89352 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ url = https://github.com/physiopy/phys2denoise download_url = https://github.com/physiopy/phys2denoise author = phys2denoise developers maintainer = Stefano Moia -maintainer_email = s.moia.research@gmail.com +maintainer_email = physiopy.community@gmail.com classifiers = Development Status :: 1 - Planning Intended Audience :: Science/Research