Skip to content

Commit 3ab6cd9

Browse files
authored
pylint (#12)
* pylint * pylint * pylint * pylint
1 parent a8f9c02 commit 3ab6cd9

File tree

6 files changed

+607
-103
lines changed

6 files changed

+607
-103
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
run: |
4242
python -m black pymc_bart --check
4343
echo "Success!"
44-
# echo "Checking code style with pylint..."
45-
# python -m pylint pymc_bart/
44+
echo "Checking code style with pylint..."
45+
python -m pylint pymc_bart/
4646
- name: Run tests
4747
shell: bash -l {0}
4848
run: |

0 commit comments

Comments
 (0)