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

Database: Update template to latest standards #7295 #7296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dchristidis
Copy link
Contributor

@dchristidis dchristidis commented Jan 7, 2025

I won’t be surprised if the changes to the file-level docstring are unwanted (no surrounding whitespace, ending with a period), despite adhering to PEP 257. I don’t mind reverting.

@dchristidis dchristidis linked an issue Jan 7, 2025 that may be closed by this pull request
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 2.56%. Comparing base (d6885e1) to head (e832131).

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #7296    /-   ##
======================================
  Coverage    2.56%   2.56%           
======================================
  Files         283     283           
  Lines       45407   45407           
======================================
  Hits         1163    1163           
  Misses      44244   44244           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

rdimaio
rdimaio previously approved these changes Jan 7, 2025
@dchristidis dchristidis force-pushed the patch-7295-Database__Update_template_to_latest_standards branch from c1efc8b to 93ad043 Compare January 8, 2025 12:13
@dchristidis dchristidis force-pushed the patch-7295-Database__Update_template_to_latest_standards branch from 93ad043 to a82e772 Compare January 8, 2025 12:18
* Remove UTF-8 encoding declaration
* Adjust imports to pass Ruff's check
* Remove excessive newlines
* Format docstrings according to PEP 257
@dchristidis dchristidis force-pushed the patch-7295-Database__Update_template_to_latest_standards branch from a82e772 to e832131 Compare January 14, 2025 09:30
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.

Database migration scripts do not pass the Ruff check
2 participants