Skip to content

Commit

Permalink
ignore too many imports in functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasborgen committed Oct 24, 2023
1 parent 6907e9c commit bffbd30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ per-file-ignores =
# WPS226: Allow string constant over-use
kaiba/models/*.py: WPS431, WPS306, WPS226

# In functions.py ignore too many imports
# WPS201: Found module with too many imports
kaiba/functions.py: WPS201

[isort]
# See https://github.com/timothycrosley/isort#multi-line-output-modes
multi_line_output = 3
Expand Down

0 comments on commit bffbd30

Please sign in to comment.