Skip to content

Commit

Permalink
Ignored a few lint rules in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
AcerP-py committed Dec 30, 2024
1 parent 051bbff commit 8fcda47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/velocity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from loguru import logger; logger.disable("velocity") # disable logging at the module level
from ._config import config
from loguru import logger; logger.disable("velocity") # noqa: E702 # disable logging at the module level
from ._config import config # noqa: E402


__all__ = [config]

0 comments on commit 8fcda47

Please sign in to comment.