Skip to content

chore: update pre-commit hook versions#1176

Merged
kzndotsh merged 3 commits intomainfrom
pre-commit-ci-update-config
Feb 14, 2026
Merged

chore: update pre-commit hook versions#1176
kzndotsh merged 3 commits intomainfrom
pre-commit-ci-update-config

Conversation

@pre-commit-ci
Copy link
Contributor

@pre-commit-ci pre-commit-ci bot commented Jan 26, 2026

@coderabbitai
Copy link

coderabbitai bot commented Jan 26, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 26, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 298dae5.
Ensure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice.

Scanned Files

None

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@sentry
Copy link

sentry bot commented Jan 26, 2026

❌ 6 Tests Failed:

Tests completed Failed Passed Skipped
664 6 658 36
View the full list of 6 ❄️ flaky test(s)
tests/cache/test_backend.py::TestValkeyBackend::test_setex_called_when_ttl_sec_provided

Flake rate in main: 100.00% (Passed 0 times, Failed 22 times)

Stack Traces | 0.008s run time
tests/cache/test_backend.py:162: in test_setex_called_when_ttl_sec_provided
    assert args[2] == "v"
E   assert '"v"' == 'v'
E     
E     #x1B[0m#x1B[91m- v#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
E     #x1B[92m+ "v"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
tests/cache/test_backend.py::TestValkeyBackend::test_string_value_stored_as_is

Flake rate in main: 100.00% (Passed 0 times, Failed 22 times)

Stack Traces | 0.005s run time
tests/cache/test_backend.py:128: in test_string_value_stored_as_is
    assert mock_client.set.call_args[0][1] == "plain"
E   assert '"plain"' == 'plain'
E     
E     #x1B[0m#x1B[91m- plain#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
E     #x1B[92m+ "plain"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
E     ? +     +#x1B[90m#x1B[39;49;00m
tests/database/test_database_migrations.py::TestSchemaConstraintsThroughControllers::test_data_integrity_through_operations

Flake rate in main: 10.53% (Passed 17 times, Failed 2 times)

Stack Traces | 0.188s run time
tests/database/test_database_migrations.py:177: in test_data_integrity_through_operations
    updated_config = await guild_config_controller.update_config(
.../database/controllers/guild_config.py:88: in update_config
    await GuildConfigCacheManager().invalidate(guild_id)
.../tux/cache/managers.py:225: in invalidate
    await self._backend.delete(key)
E   TypeError: object MagicMock can't be used in 'await' expression
tests/modules/test_moderation_service_integration.py::TestModerationCoordinatorIntegration::test_complete_workflow_with_mod_logging_success

Flake rate in main: 45.45% (Passed 24 times, Failed 20 times)

Stack Traces | 0.188s run time
tests/modules/test_moderation_service_integration.py:569: in test_complete_workflow_with_mod_logging_success
    assert case.mod_log_message_id == mod_message.id
E   AssertionError: assert None == 999888777
E    +  where None = <Case id=1 guild=123456789 num=1 type=CaseType.BAN user=555666777>.mod_log_message_id
E    +  and   999888777 = <MagicMock id='140485737288032'>.id
tests/modules/test_moderation_service_integration.py::TestModerationCoordinatorIntegration::test_mod_log_case_update_failure

Flake rate in main: 45.45% (Passed 24 times, Failed 20 times)

Stack Traces | 0.177s run time
.../hostedtoolcache/Python/3.13.11.../x64/lib/python3.13/unittest/mock.py:958: in assert_called_once
    raise AssertionError(msg)
E   AssertionError: Expected 'send' to have been called once. Called 0 times.

During handling of the above exception, another exception occurred:
tests/modules/test_moderation_service_integration.py:852: in test_mod_log_case_update_failure
    mod_channel.send.assert_called_once()
E   AssertionError: Expected 'send' to have been called once. Called 0 times.
tests/modules/test_moderation_service_integration.py::TestModerationCoordinatorIntegration::test_mod_log_send_failure_permissions

Flake rate in main: 45.45% (Passed 24 times, Failed 20 times)

Stack Traces | 0.163s run time
.../hostedtoolcache/Python/3.13.11.../x64/lib/python3.13/unittest/mock.py:958: in assert_called_once
    raise AssertionError(msg)
E   AssertionError: Expected 'send' to have been called once. Called 0 times.

During handling of the above exception, another exception occurred:
tests/modules/test_moderation_service_integration.py:782: in test_mod_log_send_failure_permissions
    mod_channel.send.assert_called_once()
E   AssertionError: Expected 'send' to have been called once. Called 0 times.

To view more test analytics, go to the [Prevent Tests Dashboard](https://All Things Linux.sentry.io/prevent/tests/?preventPeriod=30d&integratedOrgName=allthingslinux&repository=tux&branch=pre-commit-ci-update-config)

updates:
- [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
- [github.com/astral-sh/ruff-pre-commit: v0.14.13 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.13...v0.15.0)
- [github.com/astral-sh/ruff-pre-commit: v0.14.13 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.13...v0.15.0)
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 8c53bc7 to 2be0ed6 Compare February 9, 2026 20:12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [ruff] <PLW0108> reported by reviewdog 🐶
Lambda may be unnecessary; consider inlining inner function

inspector = await conn.run_sync(lambda sync_conn: inspect(sync_conn))

@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2026

📚 Documentation Preview

Type URL Version Message
Production https://tux.atl.dev - -
Preview https://ca21ce8d-tux-docs.allthingslinux.workers.dev ca21ce8d-2c4c-47ff-a2ef-049f5aff5ae7 Preview: tux@513cbba0cdf7b6a6421fa8e1a055d857a5ec8da5 on 1176/merge by kzndotsh (run 437)

@kzndotsh kzndotsh merged commit 8f02dc6 into main Feb 14, 2026
8 of 9 checks passed
@kzndotsh kzndotsh deleted the pre-commit-ci-update-config branch February 14, 2026 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant