Skip to content

Commit b4cf772

Browse files
committed
chore: correct Black target-version syntax in CodeRabbit config
1 parent 4d97767 commit b4cf772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.coderabbit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ reviews:
109109
110110
- path: "pyproject.toml"
111111
instructions: |
112-
- Verify Black configuration (line-length = 88, target-version = py313)
112+
- Verify Black configuration (line-length = 88, target-version = ["py313"])
113113
- Check pytest configuration matches test execution
114114
- Ensure tool configurations are consistent with CI
115115

0 commit comments

Comments
 (0)