Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #406

Merged
merged 2 commits into from
Aug 1, 2023
Merged

Conversation

updates:
- [github.com/python-jsonschema/check-jsonschema: 0.23.2 → 0.23.3](python-jsonschema/check-jsonschema@0.23.2...0.23.3)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.281](astral-sh/ruff-pre-commit@v0.0.276...v0.0.281)
@@ -177,7 +177,7 @@
validate_request(r)
data = json.loads(r.body.decode())
listing = data["settings"]
list_data = [item for item in listing if item["id"] == id][0]
list_data = next(item for item in listing if item["id"] == id)

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable list_data is not used.
@blink1073 blink1073 merged commit b3e9bc1 into main Aug 1, 2023
25 checks passed
@blink1073 blink1073 deleted the pre-commit-ci-update-config branch August 1, 2023 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant