File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 variables :
55 BRANCH : " master"
66 secrets-manager :
7- TWINE_USERNAME : TestPyPiCryptoTools :username
8- TWINE_PASSWORD : TestPyPiCryptoTools :password
7+ TWINE_USERNAME : TestPyPiAPIToken :username
8+ TWINE_PASSWORD : TestPyPiAPIToken :password
99
1010phases :
1111 install :
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ disable =
55 missing-docstring, # we don't write docstrings for tests
66 bad-continuation, # we let black handle this
77 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
910
1011[FORMAT]
1112max-line-length = 120
You can’t perform that action at this time.
0 commit comments