Skip to content

Commit

Permalink
fix: update ruff log level (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber authored Sep 14, 2024
1 parent 4195186 commit b7f2fb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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 b7f2fb0

Please sign in to comment.