Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 13, 2024
1 parent 55baeed commit 999a63c
Show file tree
Hide file tree
Showing 3 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 @@ -14,7 +14,7 @@ repos:
- id: check-toml
# Python
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.2
hooks:
- id: ruff
args: [ --fix ]
Expand Down
1 change: 0 additions & 1 deletion dargs/dargs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
We also need to pay special attention to flat the keys of its choices.
"""


import fnmatch
import json
import re
Expand Down
1 change: 1 addition & 0 deletions dargs/sphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
where `_test_argument` returns an :class:`Argument <dargs.Argument>`. A :class:`list` of :class:`Argument <dargs.Argument>` is also accepted.
"""

import sys
from typing import ClassVar, List

Expand Down

0 comments on commit 999a63c

Please sign in to comment.