Skip to content

Bump ruff from 0.5.4 to 0.5.5 #236

Bump ruff from 0.5.4 to 0.5.5

Bump ruff from 0.5.4 to 0.5.5 #236

Triggered via push July 26, 2024 13:04
Status Failure
Total duration 23s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (E721): test/test-content_negotation.py#L17
test/test-content_negotation.py:17:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E721): test/test-content_negotation.py#L34
test/test-content_negotation.py:34:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E721): test/test-content_negotation.py#L43
test/test-content_negotation.py:43:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E721): test/test-content_negotation.py#L52
test/test-content_negotation.py:52:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E721): test/test-cursor.py#L13
test/test-cursor.py:13:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E721): test/test-cursor.py#L14
test/test-cursor.py:14:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E721): test/test-cursor.py#L28
test/test-cursor.py:28:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E721): test/test-cursor.py#L29
test/test-cursor.py:29:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E721): test/test-filters.py#L13
test/test-filters.py:13:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E721): test/test-filters.py#L14
test/test-filters.py:14:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
ruff
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/