Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
m32 committed Aug 24, 2024
1 parent 6d1f768 commit 230d583
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- name: Use Node.js
uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
# - name: Use Node.js
# uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- run: pip install --upgrade pip setuptools
- run: pip install bandit black codespell flake8 isort mypy pytest pyupgrade safety
- run: bandit --recursive --skip B101 . # B101 is assert statements
Expand Down

0 comments on commit 230d583

Please sign in to comment.