Skip to content

Commit

Permalink
Add build folder to ignore flake8-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nameless committed Nov 27, 2024
1 parent 08241d9 commit 61c4c47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ per-file-ignores =
examples/*:I900
# I900: flake8-requirements doesn't see aioredis in the requirements file cause it is extra dependency
aiohttp_session/redis_storage.py:I900
build/*:I900

# flake8-import-order
import-order-style = pycharm
Expand Down

0 comments on commit 61c4c47

Please sign in to comment.