summaryrefslogtreecommitdiff
path: root/scripts/dev/recompile_requirements.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-01-04 10:27:51 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-01-04 10:30:24 +0100
commitf4714a93000ab208508953b9610042fd4569d538 (patch)
tree7ca57876b2447ddc0ed36a4dcbad0f1f33dabc1b /scripts/dev/recompile_requirements.py
parente1af0ff74d693d32fb745bd67bc6fd0570abf302 (diff)
downloadqutebrowser-f4714a93000ab208508953b9610042fd4569d538.tar.gz
qutebrowser-f4714a93000ab208508953b9610042fd4569d538.zip
Use flake8-pytest-stylepytest-style
Diffstat (limited to 'scripts/dev/recompile_requirements.py')
-rw-r--r--scripts/dev/recompile_requirements.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index 65f7250b3..dc56380bf 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -95,6 +95,8 @@ CHANGELOG_URLS = {
'flake8-mock': 'https://github.com/aleGpereira/flake8-mock#changes',
'flake8-polyfill': 'https://gitlab.com/pycqa/flake8-polyfill/-/blob/master/CHANGELOG.rst',
'flake8-string-format': 'https://github.com/xZise/flake8-string-format#changes',
+ 'flake8-plugin-utils': 'https://github.com/afonasev/flake8-plugin-utils#change-log',
+ 'flake8-pytest-style': 'https://github.com/m-burst/flake8-pytest-style#change-log',
'pep8-naming': 'https://github.com/PyCQA/pep8-naming/blob/master/CHANGELOG.rst',
'pycodestyle': 'https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt',
'pyflakes': 'https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst',