Skip to content

Commit

Permalink
TEST-#2707: add lint check for ASV benchmarks (#2708)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
  • Loading branch information
dchigarev committed Feb 8, 2021
1 parent 5990e06 commit 3a31683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: "3.7.x"
architecture: "x64"
- run: pip install black
- run: black --check --diff modin/
- run: black --check --diff modin/ asv_bench/benchmarks

lint-pydocstyle:
name: lint (pydocstyle)
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
python-version: "3.7.x"
architecture: "x64"
- run: pip install flake8 flake8-print
- run: flake8 --enable=T modin
- run: flake8 --enable=T modin/ asv_bench/benchmarks

test-api:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3a31683

Please sign in to comment.