kapsikkum-unmanic – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 [metadata]
2 name = unmanic
3 license = GPLv3
4 long_description = file: README.md, LICENSE
5 long_description_content_type = text/markdown
6  
7 [options]
8 python_requires = >=3.7
9 zip_safe = False
10 include_package_data = True
11  
12 [pycodestyle]
13 # TODO: Fix these errors
14 ignore = E722,E241,W293
15 max-line-length = 127
16 statistics = True
17 exclude = venv/**,.idea/**
18 show-pep8 = False
19 show-source = False
20  
21 [flake8]
22 # TODO: Fix these errors
23 ignore = E722,E241,W293,F401,F403,F405,F841
24 max-line-length = 127
25 exclude = venv/**,.idea/**