Bump black from 22.1.0 to 24.3.0 #1
Open
Travis CI / Travis CI - Branch
succeeded
Mar 20, 2024 in 2m 30s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/pip/black-24.3.0 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Objective-c |
Operating System | macOS |
Build Configuration
{
"language": "objective-c",
"os": [
"osx"
],
"before_install": [
"python3 -m venv venv",
"venv/bin/pip install -r test-requirements.txt"
],
"install": [
"venv/bin/pip install -e ."
],
"script": [
"venv/bin/py.test -xv tests/"
]
}
Loading