Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 29, 2024
1 parent 35875d7 commit 987583d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black

Expand Down
1 change: 1 addition & 0 deletions meltano_map_transform/mapper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""A sample inline mapper app."""

from __future__ import annotations

from typing import TYPE_CHECKING, Generator
Expand Down

0 comments on commit 987583d

Please sign in to comment.