Skip to content

Commit

Permalink
Reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaslek committed Feb 16, 2023
1 parent a0f3ad1 commit 0320548
Show file tree
Hide file tree
Showing 5 changed files with 9,509 additions and 9,473 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
restore-keys: ${{ runner.os }}-linting-${{ hashFiles('**/poetry.lock') }}

- run: |
pip install bandit black codespell mypy==1.0.0 pylint==2.15.2 ruff==0.0.244
pip install bandit black codespell mypy==1.0.0 pylint==2.15.2 ruff==0.0.247
pip install types-pytz types-requests types-termcolor types-tabulate types-PyYAML types-python-dateutil types-setuptools types-six
- run: bandit -x ./tests -r . || true
- run: black --diff --check .
Expand Down
Loading

0 comments on commit 0320548

Please sign in to comment.