diff --git a/setup.cfg b/setup.cfg
index 901b49587207463596e188c31f506969e6be29f8..f96fc62d99e15b3c41f5311624e4bd6e7b0e9416 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,10 +1,10 @@
 [pycodestyle]
 exclude = */migrations/*,.env,venv,test_*,manage.py,tasks/*,*/commands/*
-max-line-length = 120
+max-line-length = 200
 ignore = E203,W503
 
 [flake8]
 exclude = */migrations/*,.env,venv,test_*,manage.py,tasks/*,*/commands/*,*/__init__.py,*/settings.py
-max-line-length = 120
+max-line-length = 200
 ignore = E203,W503,F405,F403
 inline-quotes = '