Skip to content

Commit

Permalink
set lower version boundary for hypothesmith
Browse files Browse the repository at this point in the history
  • Loading branch information
finswimmer committed Nov 27, 2021
1 parent b0ea360 commit f9a490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -60,6 +60,6 @@
"Topic :: Software Development :: Quality Assurance",
],
entry_points={"flake8.extension": ["B = bugbear:BugBearChecker"]},
extras_require={"dev": ["coverage", "hypothesis", "hypothesmith", "pre-commit"]},
extras_require={"dev": ["coverage", "hypothesis", "hypothesmith>=0.2", "pre-commit"]},
project_urls={"Change Log": "https://github.com/PyCQA/flake8-bugbear#change-log"},
)

0 comments on commit f9a490e

Please sign in to comment.