Skip to content

Commit

Permalink
max-line-length change to 140
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscardosodeveloper committed Nov 2, 2023
1 parent 613ee31 commit 5d1c91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
min_python_version = 3.7.0
max-line-length = 100
max-line-length = 140
ban-relative-imports = true
format-greedy = 1
inline-quotes = double
Expand Down

0 comments on commit 5d1c91d

Please sign in to comment.