-
-
Notifications
You must be signed in to change notification settings - Fork 138
Update linting dependencies & relint #251
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
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
a78bb77
Update dependencies & relock
sco1 609d6c0
Update linting rules & partially relint
sco1 ccb3d09
Lint remaining files
sco1 9d550ec
Add manage.py to linting ignore
sco1 7f799b6
Apply suggestions from code review
sco1 5d5ce4b
Apply suggestions from code review
sco1 20b19de
Merge branch 'master' into update-linting
sco1 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,12 +1,13 @@ | ||
| from .bot_setting import BotSetting # noqa | ||
| from .deleted_message import DeletedMessage # noqa | ||
| from .documentation_link import DocumentationLink # noqa | ||
| from .infraction import Infraction # noqa | ||
| from .message import Message # noqa | ||
| from .message_deletion_context import MessageDeletionContext # noqa | ||
| from .nomination import Nomination # noqa | ||
| from .off_topic_channel_name import OffTopicChannelName # noqa | ||
| from .reminder import Reminder # noqa | ||
| from .role import Role # noqa | ||
| from .tag import Tag # noqa | ||
| from .user import User # noqa | ||
| # flake8: noqa | ||
| from .bot_setting import BotSetting | ||
| from .deleted_message import DeletedMessage | ||
| from .documentation_link import DocumentationLink | ||
| from .infraction import Infraction | ||
| from .message import Message | ||
| from .message_deletion_context import MessageDeletionContext | ||
| from .nomination import Nomination | ||
| from .off_topic_channel_name import OffTopicChannelName | ||
| from .reminder import Reminder | ||
| from .role import Role | ||
| from .tag import Tag | ||
| from .user import User |
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
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,10 +1,11 @@ | ||
| from .bot_setting import BotSettingViewSet # noqa | ||
| from .deleted_message import DeletedMessageViewSet # noqa | ||
| from .documentation_link import DocumentationLinkViewSet # noqa | ||
| from .infraction import InfractionViewSet # noqa | ||
| from .nomination import NominationViewSet # noqa | ||
| from .off_topic_channel_name import OffTopicChannelNameViewSet # noqa | ||
| from .reminder import ReminderViewSet # noqa | ||
| from .role import RoleViewSet # noqa | ||
| from .tag import TagViewSet # noqa | ||
| from .user import UserViewSet # noqa | ||
| # flake8: noqa | ||
| from .bot_setting import BotSettingViewSet | ||
| from .deleted_message import DeletedMessageViewSet | ||
| from .documentation_link import DocumentationLinkViewSet | ||
| from .infraction import InfractionViewSet | ||
| from .nomination import NominationViewSet | ||
| from .off_topic_channel_name import OffTopicChannelNameViewSet | ||
| from .reminder import ReminderViewSet | ||
| from .role import RoleViewSet | ||
| from .tag import TagViewSet | ||
| from .user import UserViewSet |
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.