Skip to content

Commit

Permalink
chore: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Sep 15, 2023
1 parent f1e81ec commit 9a73059
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
working-directory: ./bc_obps
# - name: pylint
# run: poetry run pylint --rcfile=.pylintrc *.py
# working-directory: ./bc_obps
- name: is pylint installed?
run: poetry run pylint --help
working-directory: ./bc_obps
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ repos:
name: pylint
entry: pylint
# entry: ./.bin/pre-commit-pylint.sh
language: script
language: system
types: [python]
args: [
"-rn", # Only display messages
Expand Down

0 comments on commit 9a73059

Please sign in to comment.