summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authordanieleades <33452915+danieleades@users.noreply.github.com>2022-07-12 22:55:57 +0100
committerGitHub <noreply@github.com>2022-07-12 22:55:57 +0100
commit25d379fb531a6f54b000b4047a112aa3aa858175 (patch)
tree5228f8d2fc73ce109b89a3a2d678b97418f310c0 /setup.py
parent69824f9265a5b77323734343b9cd23a4dad24f25 (diff)
downloadsphinx-git-25d379fb531a6f54b000b4047a112aa3aa858175.tar.gz
Lint with `flake8-bugbear` (#10602)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5c1296d61..f145ec8f7 100644
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,7 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'flake8-comprehensions',
+ 'flake8-bugbear',
'isort',
'mypy>=0.950',
'sphinx-lint',