Skip to content

Commit

Permalink
chore: precommit update
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed May 27, 2023
1 parent 7783d81 commit c7ab783
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.217
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.270
hooks:
- id: ruff
args: ["--force-exclude"]
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.1.1
rev: v2.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down
1 change: 1 addition & 0 deletions src/unfold/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ class ActionFunction(Protocol):
def __call__(self, *args, **kwargs):
pass


FieldsetsType = List[Tuple[Union[str, None], Dict[str, Any]]]

0 comments on commit c7ab783

Please sign in to comment.