Skip to content

Commit

Permalink
chore(deps-dev): Bump python-lsp-ruff from 1.6.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [python-lsp-ruff](https://github.com/python-lsp/python-lsp-ruff) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/python-lsp/python-lsp-ruff/releases)
- [Commits](python-lsp/python-lsp-ruff@v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: python-lsp-ruff
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rumpelsepp committed Dec 1, 2023
1 parent 7b7f033 commit 7852c62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 94 deletions.
101 changes: 8 additions & 93 deletions poetry.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 @@ -67,7 +67,7 @@ reuse = ">=1,<3"
construct-typing = ">=0.5.2,<0.7.0"
pytest-cov = "^4.0"
ruff = "^0.1.0"
python-lsp-ruff = "^1.6.0"
python-lsp-ruff = ">=1.6,<3.0"

[tool.poetry.scripts]
"gallia" = "gallia.cli:main"
Expand Down

0 comments on commit 7852c62

Please sign in to comment.