File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -17,24 +17,24 @@ jobs:
17
17
apt-get -y install curl
18
18
pip install --upgrade pip
19
19
pip install poetry
20
- poetry install
20
+ # poetry install
21
21
22
- - run :
23
- name : Black Formatting Check # Only validation, without re-formatting
24
- command : |
25
- poetry run black --check -t py36 .
26
- - run :
27
- name : Flake8 Lint Check # Uses setup.cfg for configuration
28
- command : |
29
- poetry run flake8 . --count --statistics
30
- - run :
31
- name : Pylint Lint Check # Uses .pylintrc for configuration
32
- command : |
33
- poetry run pylint nucleus
34
- - run :
35
- name : MyPy typing check
36
- command : |
37
- poetry run mypy --ignore-missing-imports nucleus
22
+ # - run:
23
+ # name: Black Formatting Check # Only validation, without re-formatting
24
+ # command: |
25
+ # poetry run black --check -t py36 .
26
+ # - run:
27
+ # name: Flake8 Lint Check # Uses setup.cfg for configuration
28
+ # command: |
29
+ # poetry run flake8 . --count --statistics
30
+ # - run:
31
+ # name: Pylint Lint Check # Uses .pylintrc for configuration
32
+ # command: |
33
+ # poetry run pylint nucleus
34
+ # - run :
35
+ # name: MyPy typing check
36
+ # command: |
37
+ # poetry run mypy --ignore-missing-imports nucleus
38
38
# - run:
39
39
# name: Pytest Test Cases
40
40
# command: | # Run test suite, uses NUCLEUS_TEST_API_KEY env variable
You can’t perform that action at this time.
0 commit comments