Unverified Commit cf6b2068 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

Update lint_python.yml

parent 16182541
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ jobs:
      - uses: actions/checkout@v3
      - uses: actions/setup-python@v3
      - run: pip install --upgrade pip wheel
      - run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
      - run: pip install bandit black codespell flake8 flake8-bugbear flake8-return
                         flake8-comprehensions isort mypy pytest pyupgrade safety
      - run: bandit --recursive --skip B404,B603,B605,B607 .
      - run: black --check . || true