Skip to content

Commit

Permalink
🧪 Mark any awx package imports missing @ MyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 14, 2024
1 parent 98ea040 commit 3cee5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ warn_no_return = true
warn_redundant_casts = true
warn_unused_ignores = true

[mypy-awx.main.models.credential.*] # This can be removed once AWX can be added as a dependency or eliminated for good
[mypy-awx.*] # This can be removed once AWX can be added as a dependency or eliminated for good
ignore_missing_imports = true

0 comments on commit 3cee5c7

Please sign in to comment.