commit | 690d3ec069059d34ccbf80bf255dac9a1eb749f0 | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Wed Aug 10 14:38:20 2022 +0300 |
committer | Biser Milanov <biser.milanov@storpool.com> | Fri Dec 16 15:29:36 2022 +0200 |
tree | cb0b0f748dc1f9d76fb84979d58349bc7c4f675a | |
parent | 4c57710de25c286bce19cae6da1afaccdd28cb58 [diff] |
Bump flake8 line length to 99 Change-Id: Ib69f2100a7097424465808b670513892a838851e
diff --git a/tox.ini b/tox.ini index f0c9589..2cb7d3b 100644 --- a/tox.ini +++ b/tox.ini
@@ -149,3 +149,4 @@ [flake8] # Ignore E902 because the unit_tests directory is missing in the built charm. ignore = E402,E226,W503,W504,E902 +max-line-length = 100