Skip to content

Commit

Permalink
Merge pull request #242 from sandialabs/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
ci: pre-commit auto-update
  • Loading branch information
jmgate authored Dec 17, 2024
2 parents af57a64 + 7948fc2 commit deae39a
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 @@ -7,7 +7,7 @@ ci:
repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.3
hooks:
- id: ruff
- id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion reverse_argparse/reverse_argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import re
from argparse import SUPPRESS, Action, ArgumentParser, Namespace
from typing import Sequence
from collections.abc import Sequence


SHORT_OPTION_LENGTH = 2
Expand Down

0 comments on commit deae39a

Please sign in to comment.