Skip to content

[ACEM] llteacher x ruff#132

Open
automaticcodeevolutionmanagement[bot] wants to merge 1 commit into
mainfrom
acem/ruff-0.14.8-20260716-134652
Open

[ACEM] llteacher x ruff#132
automaticcodeevolutionmanagement[bot] wants to merge 1 commit into
mainfrom
acem/ruff-0.14.8-20260716-134652

Conversation

@automaticcodeevolutionmanagement

Copy link
Copy Markdown

llteacher x ruff

What This PR Does

Fixed 1 F541 violations in 1 files using safe_only strategy.

Details

  • Policy: Ruff 0.14.8
  • Initiative ID: 25
  • Fixes Applied: 1 violations
  • Files Modified: 1

Original Violations

📄 src/llteacher/management/commands/populate_test_database.py
F541 [*] f-string without any placeholders
   --> src/llteacher/management/commands/populate_test_database.py:652:27
    |
650 |         self.stdout.write(f"Submissions: {Submission.objects.count()}")
651 |
652 |         self.stdout.write(f"\nTEST CREDENTIALS:")
    |                           ^^^^^^^^^^^^^^^^^^^^^^
653 |         self.stdout.write(f"All users have password: {DEFAULT_TEST_PASSWORD}")
654 |         self.stdout.write("\nAdmin: admin")
    |
help: Remove extraneous `f` prefix

Found 1 error.
[*] 1 fixable with the `--fix` option.
---

This pull request was automatically created by ACEM.

Policy: Ruff 0.14.8
Fixed: 1 violations

Original Violations:

src/llteacher/management/commands/populate_test_database.py:
F541 [*] f-string without any placeholders
   --> src/llteacher/management/commands/populate_test_database.py:652:27
    |
650 |         self.stdout.write(f"Submissions: {Submission.objects.count()}")
651 |
652 |         self.stdout.write(f"\nTEST CREDENTIALS:")
    |                           ^^^^^^^^^^^^^^^^^^^^^^
653 |         self.stdout.write(f"All users have password: {DEFAULT_TEST_PASSWORD}")
654 |         self.stdout.write("\nAdmin: admin")
    |
help: Remove extraneous `f` prefix

Found 1 error.
[*] 1 fixable with the `--fix` option.

Automated by ACEM - Initiative #25
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.

0 participants