Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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$
Expand Down
1 change: 0 additions & 1 deletion consolekit/terminal_colours.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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: ...
Expand Down