Skip to content

Commit

Permalink
FIX: Explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 24, 2024
1 parent 273eec7 commit 6cf5945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
args: ["--fix", "--preview", "--select=NPY201"]
files: ^mne/
- id: ruff
name: ruff lint tutorials and examples
name: ruff lint doc, tutorials, and examples
# D103: missing docstring in public function
# D400: docstring first line must end with period
args: ["--ignore=D103,D400", "--fix"]
Expand Down

0 comments on commit 6cf5945

Please sign in to comment.