https://github.com/raphaelvallat/yasa
Raw File
Tip revision: 3f92f8bfcc1cf5bc4bcb5491a9da98b477b300a1 authored by Raphael Vallat on 13 January 2024, 14:09:54 UTC
Merge branch 'master' into sleepstaging_hypnogram
Tip revision: 3f92f8b
pyproject.toml
[tool.black]
line-length = 100
target-version = ['py311']
include = '\.pyi?$'
back to top