Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 4, 2024
1 parent 4a78012 commit 6f5a15b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fortls/langserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,8 @@ def _update_version_conda(self, version: str):
[
"conda",
"update",
"-c", "conda-forge",
"-c",
"conda-forge",
"--yes",
"--quiet",
"fortls",
Expand Down

0 comments on commit 6f5a15b

Please sign in to comment.