Skip to content

Commit

Permalink
style: Ignore flask_sqlalchemy in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
g3n35i5 committed Jun 15, 2024
1 parent 5e44141 commit 24d462c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,6 @@ module = [
"sqlalchemy.*",
"flask_script.*",
"flask_migrate.*",
"flask_sqlalchemy.*",
]
ignore_missing_imports = true

0 comments on commit 24d462c

Please sign in to comment.