Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/ayasyrev/nbmetaclean
rev: 0.0.8
rev: 0.1.3
hooks:
- id: nbclean
name: nbclean
entry: nbclean
args: [ --not_ec ]


- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -34,7 +34,7 @@ repos:
- id: requirements-txt-fixer
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.1
rev: v0.7.0
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion Nbs/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"outputs": [],
"source": [
"# hide\n",
"from argparse_pydantic.test_tools import parsers_equal, parsers_equal_typed\n",
"from argparse_pydantic.test_tools import parsers_equal_typed\n",
"\n",
"parser_base = argparse.ArgumentParser(prog=\"MyApp\")\n",
"parser_base.add_argument(\"echo\")\n",
Expand Down