File tree 29 files changed +49
-35
lines changed
29 files changed +49
-35
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v2
15
- - uses : actions/setup-python@v1
15
+ - uses : actions/setup-python@v2
16
16
with :
17
17
# The oracle runs in a Python 3.6 Lamba
18
18
python-version : 3.6
Original file line number Diff line number Diff line change 28
28
- isort-check
29
29
steps :
30
30
- uses : actions/checkout@v2
31
- - uses : actions/setup-python@v1
31
+ - uses : actions/setup-python@v2
32
32
with :
33
33
python-version : 3.8
34
34
- run : |
Original file line number Diff line number Diff line change 47
47
aws-secret-access-key : ${{ secrets.INTEG_AWS_SECRET_ACCESS_KEY }}
48
48
aws-region : us-west-2
49
49
- uses : actions/checkout@v2
50
- - uses : actions/setup-python@v1
50
+ - uses : actions/setup-python@v2
51
51
with :
52
52
python-version : ${{ matrix.python }}
53
53
architecture : ${{ matrix.architecture }}
Original file line number Diff line number Diff line change 52
52
architecture : x86
53
53
steps :
54
54
- uses : actions/checkout@v2
55
- - uses : actions/setup-python@v1
55
+ - uses : actions/setup-python@v2
56
56
with :
57
57
python-version : ${{ matrix.python }}
58
58
architecture : ${{ matrix.architecture }}
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ phases:
20
20
python : latest
21
21
build :
22
22
commands :
23
- - pyenv install 3.5.9
24
- - pyenv local 3.5.9
23
+ - pyenv install 3.5.10
24
+ - pyenv local 3.5.10
25
25
- pip install tox tox-pyenv
26
26
- cd test_vector_handlers
27
27
- tox
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ phases:
18
18
python : latest
19
19
build :
20
20
commands :
21
- - pyenv install 3.5.9
22
- - pyenv local 3.5.9
21
+ - pyenv install 3.5.10
22
+ - pyenv local 3.5.10
23
23
- pip install tox tox-pyenv
24
24
- tox
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ phases:
18
18
python : latest
19
19
build :
20
20
commands :
21
- - pyenv install 3.5.9
22
- - pyenv local 3.5.9
21
+ - pyenv install 3.5.10
22
+ - pyenv local 3.5.10
23
23
- pip install tox tox-pyenv
24
24
- tox
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ phases:
20
20
python : latest
21
21
build :
22
22
commands :
23
- - pip install tox
23
+ - pyenv install 3.6.15
24
+ - pyenv local 3.6.15
25
+ - pip install tox tox-pyenv
24
26
- cd test_vector_handlers
25
27
- tox
Original file line number Diff line number Diff line change @@ -18,5 +18,7 @@ phases:
18
18
python : latest
19
19
build :
20
20
commands :
21
- - pip install tox
21
+ - pyenv install 3.6.15
22
+ - pyenv local 3.6.15
23
+ - pip install tox tox-pyenv
22
24
- tox
Original file line number Diff line number Diff line change @@ -18,5 +18,7 @@ phases:
18
18
python : latest
19
19
build :
20
20
commands :
21
- - pip install tox
21
+ - pyenv install 3.6.15
22
+ - pyenv local 3.6.15
23
+ - pip install tox tox-pyenv
22
24
- tox
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ phases:
20
20
python : latest
21
21
build :
22
22
commands :
23
- - pyenv install 3.7.9
24
- - pyenv local 3.7.9
23
+ - pyenv install 3.7.12
24
+ - pyenv local 3.7.12
25
25
- pip install tox tox-pyenv
26
26
- cd test_vector_handlers
27
27
- tox
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ phases:
18
18
python : latest
19
19
build :
20
20
commands :
21
- - pyenv install 3.7.9
22
- - pyenv local 3.7.9
21
+ - pyenv install 3.7.12
22
+ - pyenv local 3.7.12
23
23
- pip install tox tox-pyenv
24
24
- tox
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ phases:
18
18
python : latest
19
19
build :
20
20
commands :
21
- - pyenv install 3.7.9
22
- - pyenv local 3.7.9
21
+ - pyenv install 3.7.12
22
+ - pyenv local 3.7.12
23
23
- pip install tox tox-pyenv
24
24
- tox
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ phases:
20
20
python : latest
21
21
build :
22
22
commands :
23
- - pyenv install 3.8.6
24
- - pyenv local 3.8.6
23
+ - pyenv install 3.8.12
24
+ - pyenv local 3.8.12
25
25
- pip install tox tox-pyenv
26
26
- cd test_vector_handlers
27
27
- tox
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ phases:
18
18
python : latest
19
19
build :
20
20
commands :
21
- - pyenv install 3.8.6
22
- - pyenv local 3.8.6
21
+ - pyenv install 3.8.12
22
+ - pyenv local 3.8.12
23
23
- pip install tox tox-pyenv
24
24
- tox
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ phases:
18
18
python : latest
19
19
build :
20
20
commands :
21
- - pyenv install 3.8.6
22
- - pyenv local 3.8.6
21
+ - pyenv install 3.8.12
22
+ - pyenv local 3.8.12
23
23
- pip install tox tox-pyenv
24
24
- tox
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ phases:
20
20
python : latest
21
21
build :
22
22
commands :
23
- - pyenv install 3.9.0
24
- - pyenv local 3.9.0
23
+ - pyenv install 3.9.7
24
+ - pyenv local 3.9.7
25
25
- pip install tox tox-pyenv
26
26
- cd test_vector_handlers
27
27
- tox
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ phases:
20
20
python : latest
21
21
build :
22
22
commands :
23
- - pyenv install 3.9.0
24
- - pyenv local 3.9.0
23
+ - pyenv install 3.9.7
24
+ - pyenv local 3.9.7
25
25
- pip install tox tox-pyenv
26
26
- cd test_vector_handlers
27
27
- tox
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ phases:
20
20
python : latest
21
21
build :
22
22
commands :
23
- - pyenv install 3.9.0
24
- - pyenv local 3.9.0
23
+ - pyenv install 3.9.7
24
+ - pyenv local 3.9.7
25
25
- pip install tox tox-pyenv
26
26
- cd test_vector_handlers
27
27
- tox
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ phases:
18
18
python : latest
19
19
build :
20
20
commands :
21
- - pyenv install 3.9.0
22
- - pyenv local 3.9.0
21
+ - pyenv install 3.9.7
22
+ - pyenv local 3.9.7
23
23
- pip install tox tox-pyenv
24
24
- tox
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ phases:
18
18
python : latest
19
19
build :
20
20
commands :
21
- - pyenv install 3.9.0
22
- - pyenv local 3.9.0
21
+ - pyenv install 3.9.7
22
+ - pyenv local 3.9.7
23
23
- pip install tox tox-pyenv
24
24
- tox
Original file line number Diff line number Diff line change 3
3
disable =
4
4
bad-continuation, # we let black handle this
5
5
ungrouped-imports, # we let isort handle this
6
+ consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
6
7
7
8
[FORMAT]
8
9
max-line-length = 120
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ disable =
5
5
missing-docstring, # we don't write docstrings for tests
6
6
bad-continuation, # we let black handle this
7
7
ungrouped-imports, # we let isort handle this
8
+ consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
8
9
9
10
[FORMAT]
10
11
max-line-length = 120
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ disable =
14
14
attribute-defined-outside-init, # breaks with attrs_post_init
15
15
abstract-method, # throws false positives on io.BaseIO grandchildren
16
16
redefined-outer-name, # we do this on purpose in multiple places
17
+ consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
17
18
18
19
[BASIC]
19
20
# Allow function names up to 50 characters
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ disable =
7
7
# unknown modules as non-standard-library. flake8 tests for this as well
8
8
# and does treat them properly
9
9
duplicate-code, # tests for similar things tend to be similar
10
+ consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
10
11
11
12
[VARIABLES]
12
13
additional-builtins = raw_input
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ disable =
14
14
useless-object-inheritance,
15
15
raise-missing-from,
16
16
super-with-arguments,
17
+ consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
17
18
18
19
[BASIC]
19
20
# Allow function names up to 50 characters
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ disable =
22
22
useless-object-inheritance,
23
23
raise-missing-from,
24
24
super-with-arguments,
25
+ consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
25
26
26
27
[VARIABLES]
27
28
additional-builtins = raw_input
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ disable =
8
8
useless-object-inheritance,
9
9
raise-missing-from,
10
10
super-with-arguments,
11
+ consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
11
12
12
13
[FORMAT]
13
14
max-line-length = 120
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ disable =
11
11
useless-object-inheritance,
12
12
raise-missing-from,
13
13
super-with-arguments,
14
+ consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
14
15
15
16
[FORMAT]
16
17
max-line-length = 120
You can’t perform that action at this time.
0 commit comments