summaryrefslogtreecommitdiffstats
path: root/src/spdk/ocf/.pep8speaks.yml
blob: 93ede8a7809c81230863a15a25d193269543fffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# File : .pep8speaks.yml

scanner:
    diff_only: True
    linter: pycodestyle
    
pycodestyle:
    max-line-length: 100
    ignore:
        - E402  # module level import not at top of file
        - W503  # line break after binary operator

no_blank_comment: True