mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Run flake8 in CI, refs #291
This commit is contained in:
parent
90e211e3e2
commit
02898bf7af
2 changed files with 4 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -28,6 +28,7 @@ setup(
|
|||
"test": ["pytest", "black", "hypothesis"],
|
||||
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
|
||||
"mypy": ["mypy", "types-click", "types-tabulate"],
|
||||
"flake8": ["flake8"],
|
||||
},
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue