File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ exclude =
3
3
__pycache__,
4
4
ignore = E203
5
5
max-line-length = 120
6
+ max-complexity = 10
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
strategy :
10
10
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 ]
13
13
14
14
steps :
15
15
- 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 11
11
License :: OSI Approved :: Apache Software License
12
12
Operating System :: OS Independent
13
13
Programming Language :: Python :: 3
14
- Programming Language :: Python :: 3.7
15
14
Programming Language :: Python :: 3.8
16
15
Programming Language :: Python :: 3.9
17
16
Programming Language :: Python :: 3.10
17
+ Programming Language :: Python :: 3.11
18
18
Programming Language :: Python :: 3 :: Only
19
19
Programming Language :: Python :: Implementation :: CPython
20
20
Programming Language :: Python :: Implementation :: PyPy
You can’t perform that action at this time.
0 commit comments