Skip to content

Commit d3ddc8a

Browse files
committed
revert changes
1 parent bcb4f33 commit d3ddc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- run: pip install --user ruff
16-
- run: ruff --format=github --ignore="E722,F40,F841" --line-length=320 --target-version=py37 .
16+
- run: ruff --format=github --ignore="E722,F40,F841" --line-length=681 --target-version=py37 .

0 commit comments

Comments
 (0)