Skip to content

Commit

Permalink
FIX: Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 24, 2024
1 parent c8006af commit b5923c3
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 @@ -16,7 +16,7 @@ repos:
# D103: missing docstring in public function
# D400: docstring first line must end with period
args: ["--ignore=D103,D400", "--fix"]
files: ^mne/|^doc/
files: ^doc/|^tutorials/|^examples/
- id: ruff-format
name: ruff format
files: ^mne/|^doc/|^tutorials/|^examples/
Expand Down

0 comments on commit b5923c3

Please sign in to comment.