Skip to content

Commit 89efa74

Browse files
Merge pull request #7050 from wxtim/flake8-simplify-python-version-upper-pin
Turn off flake8-simplify for Python≥3.14
2 parents ba415d1 + 09fbb6c commit 89efa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ tests =
104104
flake8-debugger>=4.0.0
105105
flake8-implicit-str-concat>=0.4
106106
flake8-mutable>=1.2.0
107-
flake8-simplify>=0.14.0
107+
flake8-simplify>=0.14.0; python_version<"3.14"
108108
flake8-type-checking
109109
flake8>=3.0.0
110110
mypy>=0.910

0 commit comments

Comments
 (0)