Skip to content

Commit caaab5a

Browse files
[pre-commit.ci] pre-commit autoupdate (#8)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b50af67 commit caaab5a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ci:
66
77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 22.10.0
9+
rev: 23.7.0
1010
hooks:
1111
- id: black
1212
name: Running black in all files.
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.10.1
15+
rev: 5.12.0
1616
hooks:
1717
- id: isort
1818
args: ["--profile", "black", "--extend-skip", "examples"]
@@ -23,7 +23,7 @@ repos:
2323
files: ^examples/
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.3.0
26+
rev: v4.4.0
2727
hooks:
2828
- id: check-ast
2929
name: Check if python files are valid syntax for the ast parser

nextcord/ext/help_commands/embedded.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def __init__(
7070
cog_embed_description: Optional[str] = None,
7171
cog_embed_color: Optional[int] = None,
7272
):
73-
7473
self.dm_help = dm_help
7574
self.default_color = default_color
7675

0 commit comments

Comments
 (0)