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

Commit

Permalink
setup: Add flake8-commas as a lint requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Oct 16, 2021
1 parent 4e506c5 commit f3e0b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
]
lint_requires = [
'flake8>=3.9.2',
'flake8-commas>=2.1',
]
typecheck_requires = [
'mypy>=0.910',
Expand Down

0 comments on commit f3e0b5c

Please sign in to comment.