Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit fadb8ef

Browse files
committed
move lint/yapf config to setup.cfg
1 parent 3cc817d commit fadb8ef

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

.style.yapf

Lines changed: 0 additions & 4 deletions
This file was deleted.

pylama.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
[bdist_wheel]
22
universal=1
3+
4+
[flake8]
5+
max-line-length = 120
6+
7+
[pylama:pycodestyle]
8+
max_line_length = 120
9+
10+
[yapf]
11+
based_on_style = chromium
12+
column_limit = 120
13+
indent_width = 4

0 commit comments

Comments
 (0)