Skip to content

Commit

Permalink
Update Ruff. CI had a different version, might as well move to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Jan 9, 2025
1 parent 90ca92b commit fce9471
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 32 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"editor.formatOnSave": true,
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
Expand Down
2 changes: 1 addition & 1 deletion libs/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dev = [
"pytest-asyncio>=0.24.0",
"pytest>=8.3.3",
"python-dotenv>=1.0.1",
"ruff>=0.7.1",
"ruff>=0.9.0",
]

[build-system]
Expand Down
4 changes: 2 additions & 2 deletions libs/core/uv.lock

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

2 changes: 1 addition & 1 deletion libs/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dev = [
"pytest-asyncio>=0.24.0",
"pytest>=8.3.3",
"python-dotenv>=1.0.1",
"ruff>=0.7.1",
"ruff>=0.9.0",
]


Expand Down
6 changes: 3 additions & 3 deletions libs/server/uv.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 @@ -18,7 +18,7 @@ dev = [
"pytest-asyncio>=0.24.0",
"pytest>=8.3.3",
"python-dotenv>=1.0.1",
"ruff>=0.7.1",
"ruff>=0.9.0",
]


Expand Down
48 changes: 24 additions & 24 deletions uv.lock

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

0 comments on commit fce9471

Please sign in to comment.