Skip to content

Commit

Permalink
Merge pull request #177 from asottile/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
asottile authored Jul 30, 2024
2 parents 86e4368 + b2ce0f6 commit 2b0c031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down
2 changes: 1 addition & 1 deletion astpretty.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class state:
indent = _indent

@contextlib.contextmanager
def indented() -> Generator[None, None, None]:
def indented() -> Generator[None]:
state.indent += 1
yield
state.indent -= 1
Expand Down

0 comments on commit 2b0c031

Please sign in to comment.