Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow disabling move to top functionality #257

Merged
merged 12 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
updates
  • Loading branch information
wbbradley committed Jul 11, 2024
commit 0bf82b7463e3eb104cd7149e0071f966224145a9
2 changes: 1 addition & 1 deletion pdm.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ test = [
"pydantic-factories>=1.6.1",
]
doc = [
"mkdocs>=1.3.1",
"mkdocs>=1.6.0",
"mkdocs-git-revision-date-localized-plugin>=1.1.0",
"mkdocs-htmlproofer-plugin>=0.8.0",
"mkdocs-minify-plugin>=0.5.0",
Expand All @@ -139,7 +139,7 @@ typing = [
dev = [
"pre-commit>=2.20.0",
"twine>=4.0.1",
"commitizen>=2.32.2",
"commitizen>=3.27.0",
]
# The next ones are required to manually solve the dependencies issues
dependencies = [
Expand Down
Loading