Codebase list python-clickhouse-driver / uncommitted/upstream .flake8
uncommitted/upstream

Tree @uncommitted/upstream (Download .tar.gz)

.flake8 @uncommitted/upstreamraw · history · blame

1
2
3
4
5
6
7
[flake8]
filename = *.py, *.pyx
per-file-ignores =
    clickhouse_driver/columns/largeint.pyx: E225, E226, E227, E999
    clickhouse_driver/bufferedreader.pyx: E225, E226, E227, E999
    clickhouse_driver/bufferedwriter.pyx: E225, E226, E227, E999
    clickhouse_driver/varint.pyx: E225, E226, E227, E999