Skip to content

Commit

Permalink
FIX: Just NumPy
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 11, 2024
1 parent a808bd6 commit ec804a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
files: ^mne/
- id: ruff
name: ruff lint mne preview
args: ["--fix", "--preview", "--extend-select=NPY201"]
args: ["--fix", "--preview", "--select=NPY201"]
files: ^mne/
- id: ruff-format
name: ruff format mne
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ ignore = [
"D100", # Missing docstring in public module
"D104", # Missing docstring in public package
"D413", # Missing blank line after last section
"F841", # local variable 'x' is assigned to but never used
"E203", # whitespace before ':', unstable in preview mode
]

[tool.ruff.pydocstyle]
Expand Down

0 comments on commit ec804a5

Please sign in to comment.