diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7be81c7..c2ddd88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,14 +5,11 @@ repos: - id: fix-encoding-pragma exclude: tests/test_data - id: trailing-whitespace - exclude: tests/test_data - id: end-of-file-fixer - exclude: tests/test_data - id: check-docstring-first - id: debug-statements - id: check-toml - id: check-yaml - exclude: tests/test_data - id: requirements-txt-fixer - id: detect-private-key - id: check-merge-conflict @@ -21,7 +18,6 @@ repos: rev: 24.4.2 hooks: - id: black - exclude: tests/test_data - id: black-jupyter - repo: https://github.com/pycqa/isort diff --git a/pyproject.toml b/pyproject.toml index 5c90c49..7ba322e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ { name = "Alessio Buccino", email = "alessiop.buccino@gmail.com" }, ] -description = "Compute spatial maps for neural data." +description = "Analysis of head direction cells." readme = "README.md" requires-python = ">=3.10" classifiers = [