Skip to content

Commit 94fb457

Browse files
authored
Merge pull request #39 from ayasyrev/fix_nox
Fix nox
2 parents f06ca6e + 9389946 commit 94fb457

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/ayasyrev/nbmetaclean
3-
rev: 0.0.8
3+
rev: 0.1.3
44
hooks:
55
- id: nbclean
6-
name: nbclean
7-
entry: nbclean
6+
args: [ --not_ec ]
7+
88

99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: check-added-large-files
1313
- id: check-ast
@@ -34,7 +34,7 @@ repos:
3434
- id: requirements-txt-fixer
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
3636
# Ruff version.
37-
rev: v0.5.1
37+
rev: v0.7.0
3838
hooks:
3939
# Run the linter.
4040
- id: ruff

Nbs/README.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"outputs": [],
153153
"source": [
154154
"# hide\n",
155-
"from argparse_pydantic.test_tools import parsers_equal, parsers_equal_typed\n",
155+
"from argparse_pydantic.test_tools import parsers_equal_typed\n",
156156
"\n",
157157
"parser_base = argparse.ArgumentParser(prog=\"MyApp\")\n",
158158
"parser_base.add_argument(\"echo\")\n",

0 commit comments

Comments
 (0)