Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolai Haug <[email protected]>
  • Loading branch information
alejoe91 and nicolossus authored Nov 28, 2024
1 parent 33afe44 commit ebb2c57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{ name = "Alessio Buccino", email = "[email protected]" },
]

description = "Compute spatial maps for neural data."
description = "Analysis of head direction cells."
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
Expand Down

0 comments on commit ebb2c57

Please sign in to comment.