Skip to content

Commit

Permalink
Add flake8 to circleci lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Dec 12, 2023
1 parent 497ec72 commit 737fb16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- run:
name: Run black
command: poetry run black --no-color flightgear_python/ scripts/ tests/
- run:
name: Run flake8
command: poetry run flake8 --color=never flightgear_python/ scripts/ tests/

build_install_test:
parameters:
Expand Down

0 comments on commit 737fb16

Please sign in to comment.