Loading .gitignore +7 −0 Original line number Diff line number Diff line # backup files *.bak # OS X .DS_Store ._.DS_Store # images *.png *.pdf Loading pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ testpaths = [ "docs", ] addopts = "--doctest-modules --doctest-glob=*.rst" pythonpath = ['.', 'src'] pythonpath = ['.', 'src', 'opt'] [tool.ruff] line-length = 110 Loading Loading
.gitignore +7 −0 Original line number Diff line number Diff line # backup files *.bak # OS X .DS_Store ._.DS_Store # images *.png *.pdf Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ testpaths = [ "docs", ] addopts = "--doctest-modules --doctest-glob=*.rst" pythonpath = ['.', 'src'] pythonpath = ['.', 'src', 'opt'] [tool.ruff] line-length = 110 Loading