Skip to content

Commit

Permalink
🔧 config: disallow ipython 8.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Jul 16, 2024
1 parent 39d2a7e commit 0b5c18a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ test = [
"syrupy>=0.0.15",
]
dev = [
"ipython>=8.12.3",
"ipython!=8.18.0",
"commitizen>=3.16.0",
"cz-conventional-gitmoji>=0.2.4",
"pre-commit>=3.6.2",
Expand Down

0 comments on commit 0b5c18a

Please sign in to comment.