File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ exclude =
33 __pycache__,
44ignore = E203
55max-line-length = 120
6+ max-complexity = 10
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 strategy :
1010 matrix :
11- python-version : [3.7 , 3.11.1]
12- rf-version : [5.0.1, 6.0.2 ]
11+ python-version : [3.8 , 3.11.1]
12+ rf-version : [5.0.1, 6.1.0 ]
1313
1414 steps :
1515 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1+ [mypy]
2+ python_version = 3.8
3+ warn_unused_ignores = True
4+ no_implicit_optional = True
5+ check_untyped_defs = True
6+
7+ [mypy-robot.*]
8+ ignore_missing_imports = True
Original file line number Diff line number Diff line change 1111License :: OSI Approved :: Apache Software License
1212Operating System :: OS Independent
1313Programming Language :: Python :: 3
14- Programming Language :: Python :: 3.7
1514Programming Language :: Python :: 3.8
1615Programming Language :: Python :: 3.9
1716Programming Language :: Python :: 3.10
17+ Programming Language :: Python :: 3.11
1818Programming Language :: Python :: 3 :: Only
1919Programming Language :: Python :: Implementation :: CPython
2020Programming Language :: Python :: Implementation :: PyPy
You can’t perform that action at this time.
0 commit comments