File tree Expand file tree Collapse file tree 4 files changed +195
-46
lines changed
Expand file tree Collapse file tree 4 files changed +195
-46
lines changed Original file line number Diff line number Diff line change 88 - id : end-of-file-fixer
99 - id : trailing-whitespace
1010 - repo : https://github.com/google/yamlfmt
11- rev : v0.17.1
11+ rev : v0.17.2
1212 hooks :
1313 - id : yamlfmt
1414 - repo : https://github.com/astral-sh/ruff-pre-commit
15- rev : v0.12.0
15+ rev : v0.12.1
1616 hooks :
1717 - id : ruff
1818 args : [--fix]
2222 hooks :
2323 - id : pyproject-fmt
2424 - repo : https://github.com/astral-sh/uv-pre-commit
25- rev : 0.7.13
25+ rev : 0.7.17
2626 hooks :
2727 - id : uv-lock
2828 - repo : https://github.com/pre-commit/mirrors-mypy
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55
66[project ]
77name = " mcp-bear"
8- version = " 0.3.0 "
8+ version = " 0.3.1 "
99description = " A MCP server for interacting with Bear note-taking software."
1010readme = " README.md"
1111authors = [
@@ -51,7 +51,7 @@ line-length = 120
5151indent = 4
5252
5353[tool .bumpversion ]
54- current_version = " 0.3.0 "
54+ current_version = " 0.3.1 "
5555commit = true
5656pre_commit_hooks = [
5757 " uv sync" ,
Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ async def test_open_note(
120120 "show_window" : "no" ,
121121 "open_note" : "no" ,
122122 "selected" : "no" ,
123- "pin" : "no" ,
124123 "edit" : "no" ,
125124 "x-success" : f"xfwder://{ temp_socket .stem } /{ ctx .request_id } /success" ,
126125 "x-error" : f"xfwder://{ temp_socket .stem } /{ ctx .request_id } /error" ,
You can’t perform that action at this time.
0 commit comments