We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4ab86 commit a3fd1b7Copy full SHA for a3fd1b7
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/psf/black
8
- rev: 23.12.1
+ rev: 24.1.1
9
hooks:
10
- id: black
11
- repo: https://github.com/tox-dev/tox-ini-fmt
src/sphinx_argparse_cli/__init__.py
@@ -1,4 +1,5 @@
1
"""Sphinx generator for argparse."""
2
+
3
from __future__ import annotations
4
from typing import TYPE_CHECKING
0 commit comments