Skip to content

Commit

Permalink
Ignore Y023 (alias typing as typing_extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Aidan Jensen <[email protected]>
  • Loading branch information
artificial-aidan committed Oct 21, 2024
1 parent ac583b8 commit a7381a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ per-file-ignores =
*.py: E203, E301, E302, E305, E501
*.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F822, Y037
*_pb2.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F822, Y037, Y021
*_pb2_grpc.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F822, Y037, Y021
*_pb2_grpc.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F822, Y037, Y021, Y023

extend_exclude = venv*,*_pb2.py,*_pb2_grpc.py,build/

0 comments on commit a7381a1

Please sign in to comment.