diff --git a/lib/datasource/pypi.js b/lib/datasource/pypi.js
index 4a79b022ec61d8eee5ce5f86b5fd9a876bb139e0..9730c986248972f9fbca771bb0668120ca1e0a77 100644
--- a/lib/datasource/pypi.js
+++ b/lib/datasource/pypi.js
@@ -19,6 +19,7 @@ const changelogUrls = {
   django: 'https://github.com/django/django/tree/master/docs/releases',
   djangorestframework:
     'https://www.django-rest-framework.org/community/release-notes/',
+  flake8: 'http://flake8.pycqa.org/en/latest/release-notes/index.html',
 };
 
 async function getPkgReleases(purl, config = {}) {