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 be9701c commit d9988c0Copy full SHA for d9988c0
tests/functional/ext/code_style/cs_use_math_not_float.py
@@ -16,8 +16,3 @@
16
upper_nan_float = float("NaN") # [consider-math-not-float]
17
typo_nan_float = float("nani") # [consider-math-not-float]
18
other_typo_nan_float = float("nna") # [consider-math-not-float]
19
-
20
21
-# Regression test for https://github.com/pylint-dev/pylint/issues/10708
22
-x = slice(42)
23
-x() # pylint: disable=not-callable
0 commit comments