Update line length to 120

This commit is contained in:
Roman Mogylatov 2022-12-18 22:04:03 -05:00
parent d3320f5f06
commit 6b13b6dbaf
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[flake8]
max_line_length = 100
max_line_length = 120
max_complexity = 10
exclude = types.py
per-file-ignores =