Skip to content

Commit

Permalink
fix: update ruff log level (superlinear-ai#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber authored and awheat committed Dec 2, 2024
1 parent 7c97ff5 commit 17abe77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"python.testing.pytestEnabled": true,
"ruff.importStrategy": "fromEnvironment",
{%- if cookiecutter.development_environment == "strict" %}
"ruff.logLevel": "warn",
"ruff.logLevel": "warning",
{%- endif %}
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.profiles.linux": {
Expand Down

0 comments on commit 17abe77

Please sign in to comment.