Skip to content

Commit

Permalink
update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r committed Oct 11, 2024
1 parent e87e12b commit f35cc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: pylama *.py lib/*.py || true
- run: pylint *.py lib/*.py || true
- run: pyright . || true
- run: safety check --ignore 62044,67599
- run: safety check --ignore 62044,67599,70612
- run: ./paranoya.py -d &
- run: sleep 6
- run: ./client.py -p LICENSE
Expand Down

0 comments on commit f35cc88

Please sign in to comment.