diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9042047..f4f9ada 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: files: ^consolekit/.*\.py$ - repo: https://github.com/domdfcoding/flake2lint - rev: v0.2.0 + rev: v0.3.0 hooks: - id: flake2lint @@ -68,7 +68,7 @@ repos: - id: forbid-crlf - repo: https://github.com/repo-helper/formate - rev: v0.3.1 + rev: v0.4.2 hooks: - id: formate exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$ diff --git a/consolekit/terminal_colours.pyi b/consolekit/terminal_colours.pyi index 4fd9645..fb087c4 100644 --- a/consolekit/terminal_colours.pyi +++ b/consolekit/terminal_colours.pyi @@ -128,7 +128,6 @@ class AnsiCodes(ABC): def __init__(self) -> None: ... class AnsiCursor: - def UP(self, n: int = ...) -> str: ... def DOWN(self, n: int = ...) -> str: ... def FORWARD(self, n: int = ...) -> str: ...