-
Notifications
You must be signed in to change notification settings - Fork 0
Repo consistency #28
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
Open
fritzbrand
wants to merge
34
commits into
master
Choose a base branch
from
repo-consistency
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Repo consistency #28
Changes from 19 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
60dba04
Added Ruff, added ignores for all reported issues
b9f0df6
Unnecessary '__future__' import 'absolute_import' for target Python v…
7bbbbfa
Use format specifiers instead of percent format
41fa9d8
Added per file ignores for S106
62c9639
Use a single 'with' statement with multiple contexts instead of neste…
7f2cc37
Import block is un-sorted or un-formatted
028e2f8
module imported but unused
5d73f73
Local variable is assigned to but never used
1424b86
Use f-string instead of 'format' call
0ebb5e6
Fixed exceptions raised in exception handlers
c7a687b
W291 no longer being thrown, fixed previously
e7e29d3
Removed pip stuff
3fa24d2
Removed pip stuff
e6b75ed
Merge branch 'repo-consistency' of github.com:praekeltfoundation/remi…
3fb8683
Updated Docker config
bbd6d3b
Updated Docker config
b64b807
Updated CI
1114d2a
Removed global S105 & 6, added inlines
393488b
Formatting
bd68c17
Use latest version of poetry
f44cdff
Update python to 3.10, some ruff fixes
55034e5
Updated lock file
63c6cf3
Revert back to python 3.9
1ab34db
Remove poetry and add uv
08ede15
Updated python version specifier
ca731f9
CI changes
45dd0dc
Updated CI
de5b3ab
Updated CI
0cba67e
Fix incorrect steps
908a501
Fixed issue in test yaml
84da2cf
Bumped to python 3.10
52e585c
Change run migrations
1f6cb1f
Remove setup.cfg
055ce82
Update ruff settings
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ on: | |
| push: | ||
| branches: | ||
| - master | ||
|
|
||
| - repo-consistency | ||
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| from .celery import app as celery_app | ||
|
|
||
| __all__ = ('celery_app',) | ||
| __all__ = ("celery_app",) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| #!/usr/bin/env python | ||
| """Django's command-line utility for administrative tasks.""" | ||
|
|
||
| import os | ||
| import sys | ||
|
|
||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.