Skip to content

Commit

Permalink
fix pr validation
Browse files Browse the repository at this point in the history
  • Loading branch information
lanasalameh1 committed Jul 30, 2023
1 parent 524f62c commit 261349a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
find . -name '*requirements.txt' | while read file; do pip install -r "$file"; done
- name: Lint with mypy
run: |
mypy ./src/powerpwn/machinepwn/
mypy ./src/powerpwn/nocodemalware/
do-isort:
name: Do isort
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ console_scripts =
plugins = pydantic.mypy

show_error_codes = true
follow_imports = "normal"
follow_imports = normal
ignore_errors = false
implicit_reexport = false
warn_redundant_casts = true
Expand Down

0 comments on commit 261349a

Please sign in to comment.