Skip to content

Commit

Permalink
Added black flake8 to verify linting
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickSampaioUSP committed Aug 4, 2021
1 parent 2e10677 commit f369581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ install:
python setup.py install

verify-lint:
black --check rocketpy
black --check tests
flake8 --select BLK rocketpy
flake8 --select BLK test

lint:
black rocketpy
Expand Down
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest==6.2.4
pytest-coverage
black
flake8-black

0 comments on commit f369581

Please sign in to comment.