Skip to content

Commit

Permalink
fix: allow package imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlb committed Apr 14, 2023
1 parent 82312c6 commit abe591f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ignore = [
"D411", # Missing blank line before section
"E501", # line too long
"E731", # do not assign a lambda expression, use a def
"F401", # unused-import
]

[flake8-pytest-style]
Expand Down

0 comments on commit abe591f

Please sign in to comment.