We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7020bc2 commit 56cbde4Copy full SHA for 56cbde4
1 file changed
.flake8
@@ -2,7 +2,9 @@
2
# Y: Flake8 is only used to run flake8-pyi, everything else is in Ruff
3
select = Y
4
# Ignore rules normally excluded by default
5
-extend-ignore = Y090,Y091
+# Also ignore Y041 (redundant (complex |) float | int), see
6
+# https://github.com/python/typeshed/issues/16059
7
+extend-ignore = Y041,Y090,Y091
8
per-file-ignores =
9
# Generated protobuf files:
10
# Y021: Include docstrings
0 commit comments