Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #379 from wellcometrust/fix/move-flake8-to-test-setup
Browse files Browse the repository at this point in the history
Move flake8 and black to tests
  • Loading branch information
aCampello authored Feb 2, 2022
2 parents 382fba4 + 31d1be9 commit 33b7d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
'boto3',
'twine',
'cython',
'flake8',
'black',
'tqdm'
],
extras_require=extras,
tests_require=[
'pytest',
'flake8',
'black',
'pytest-cov'
'tox'
]
Expand Down

0 comments on commit 33b7d73

Please sign in to comment.