Skip to content

Commit a3fd1b7

Browse files
[pre-commit.ci] pre-commit autoupdate (#141)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent db4ab86 commit a3fd1b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/psf/black
8-
rev: 23.12.1
8+
rev: 24.1.1
99
hooks:
1010
- id: black
1111
- repo: https://github.com/tox-dev/tox-ini-fmt

src/sphinx_argparse_cli/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Sphinx generator for argparse."""
2+
23
from __future__ import annotations
34

45
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)