Skip to content

Commit

Permalink
Merge pull request #86 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 Jan 29, 2024
2 parents fe28786 + 2d05e81 commit dd0408b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ repos:
- id: rst-inline-touching-normal

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

- repo: https://github.com/PyCQA/bandit
rev: 1.7.6
rev: 1.7.7
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand Down
1 change: 1 addition & 0 deletions reverse_argparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Provide the :class:`ReverseArgumentParser` class and
:func:`quote_arg_if_necessary` helper function.
"""

from .reverse_argparse import ReverseArgumentParser, quote_arg_if_necessary

__all__ = ["ReverseArgumentParser", "quote_arg_if_necessary"]
Expand Down

0 comments on commit dd0408b

Please sign in to comment.