File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
variables :
5
5
BRANCH : " master"
6
6
secrets-manager :
7
- TWINE_USERNAME : TestPyPiCryptoTools :username
8
- TWINE_PASSWORD : TestPyPiCryptoTools :password
7
+ TWINE_USERNAME : TestPyPiAPIToken :username
8
+ TWINE_PASSWORD : TestPyPiAPIToken :password
9
9
10
10
phases :
11
11
install :
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ 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
+ consider-using-f-string, # disable until 2022-05-05; 6 months after 3.5 deprecation
9
+ missing-timeout # disabling until we come up with a reasonable number
9
10
10
11
[FORMAT]
11
12
max-line-length = 120
You can’t perform that action at this time.
0 commit comments