Skip to content

Commit

Permalink
Update toml-sort config (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
mscheltienne and pre-commit-ci[bot] authored Oct 5, 2024
1 parent 860fcdd commit 080edd2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ select = ['A', 'B', 'D', 'E', 'F', 'G', 'I', 'LOG', 'NPY', 'PIE', 'PT', 'T20', '

[tool.ruff.lint.per-file-ignores]
'*' = [
'B904', # 'Within an except clause, raise exceptions with raise ... from ...'
'D100', # 'Missing docstring in public module'
'D104', # 'Missing docstring in public package'
'D107', # 'Missing docstring in __init__'
'UP007', # 'Use `X | Y` for type annotations', requires python 3.10
'B904', # 'Within an except clause, raise exceptions with raise ... from ...'
'D100', # 'Missing docstring in public module'
'D104', # 'Missing docstring in public package'
'D107', # 'Missing docstring in __init__'
'UP007', # 'Use `X | Y` for type annotations', requires python 3.10
]
'*.pyi' = ['D', 'E501', 'F811']
'*/stream_viewer/backends/*' = ['D401']
Expand All @@ -179,6 +179,7 @@ include = ['mne_lsl*']
[tool.tomlsort]
all = true
ignore_case = true
spaces_before_inline_comment = 2
trailing_comma_inline_array = true

[tool.uv.pip]
Expand Down

0 comments on commit 080edd2

Please sign in to comment.