Skip to content

Commit b2d3571

Browse files
ci: weekly check. (#1184)
* ci: weekly check. updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) * refactor: flake8 is dumb Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Damego <[email protected]>
1 parent 27565ae commit b2d3571

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: requirements-txt-fixer
66
name: Requirements
@@ -37,7 +37,7 @@ repos:
3737
types: [file, python]
3838
args: [--line-length=100]
3939
- repo: https://github.com/PyCQA/flake8
40-
rev: 5.0.4
40+
rev: 6.0.0
4141
hooks:
4242
- id: flake8
4343
name: flake8 Formatting

interactions/client/bot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,6 @@ def _find_command(self, command: Union[str, int]) -> ApplicationCommand:
12681268
:rtype: ApplicationCommand
12691269
"""
12701270
key = "name" if isinstance(command, str) else "id"
1271-
_command: Dict
12721271
_command_obj = next(
12731272
(
12741273
ApplicationCommand(**_command)

0 commit comments

Comments
 (0)