mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-07-21 04:31:04 +02:00
13 lines
146 B
INI
13 lines
146 B
INI
[pep8]
|
|
[pycodestyle]
|
|
max-line-length=100
|
|
[flake8]
|
|
max-line-length=100
|
|
ignore=E203,W503
|
|
|
|
[metadata]
|
|
license-file=LICENSE
|
|
|
|
[build]
|
|
build-base=build
|