aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/ext/typing/typing_consider_using_union_py310.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/ext/typing/typing_consider_using_union_py310.rc')
-rw-r--r--tests/functional/ext/typing/typing_consider_using_union_py310.rc8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/functional/ext/typing/typing_consider_using_union_py310.rc b/tests/functional/ext/typing/typing_consider_using_union_py310.rc
new file mode 100644
index 000000000..7400f16d6
--- /dev/null
+++ b/tests/functional/ext/typing/typing_consider_using_union_py310.rc
@@ -0,0 +1,8 @@
+[master]
+load-plugins=pylint.extensions.typing
+
+[testoptions]
+min_pyver=3.8
+
+[typing]
+py-version=3.10