List: is ordered in the order its placed in. It's values can be changed.
grades = [77, 80, 90, 95, 100]I hereby claim:
To claim this, I am signing this object:
| --- | |
| driver: | |
| # Global AWS Settings | |
| # Configuring the compute instance that is used for isolated testing. | |
| name: ec2 | |
| # The shared_credentials_profile points to the specific profile. | |
| shared_credentials_profile: changeme_ | |
| # Configuring the compute instance provided by the driver. | |
| provisioner: |
| line-length = 120 | |
| indent-width = 4 | |
| target-version = "py314" | |
| [lint] | |
| # fixable = [] | |
| select = ["ALL"] | |
| ignore = ["D212", "D205", "D203", "COM812"] | |
| [format] |