Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#130)
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 Feb 5, 2024
1 parent bb73636 commit 6cc6214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.6"
rev: "v0.2.0"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -47,12 +47,12 @@ repos:
- black==22.12.0

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier

- repo: https://github.com/scientific-python/cookie
rev: 2023.11.17
rev: 2024.01.24
hooks:
- id: sp-repo-review
additional_dependencies: ["repo-review[cli]"]
2 changes: 1 addition & 1 deletion src/stpipe/format_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def __init__(self, separator="_", key_formats=None, remove_unused=False):
if key_formats:
self.key_formats.update(key_formats)

def format(self, format_string, **kwargs): # noqa: A003
def format(self, format_string, **kwargs):
"""Perform the formatting
Parameters
Expand Down

0 comments on commit 6cc6214

Please sign in to comment.