Skip to content

Commit

Permalink
chore(deps): update dependency ruff to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 570f1d1 commit d039c39
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
39 changes: 20 additions & 19 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 @@ -35,7 +35,7 @@ strenum = { version = "^0.4.15", python = "<3.11" }
importlib-metadata = { version = "^7.0.1", python = "<3.10" }

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.15"
ruff = "^0.2.0"
mypy = "^1.8.0"
loguru-mypy = "^0.0.4"
pre-commit = "^3.6.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0"
rich-argparse==1.4.0 ; python_version >= "3.9" and python_version < "4.0"
rich-rst==1.2.0 ; python_version >= "3.9" and python_version < "4.0"
rich==13.7.0 ; python_version >= "3.9" and python_version < "4.0"
ruff==0.1.15 ; python_version >= "3.9" and python_version < "4.0"
ruff==0.2.0 ; python_version >= "3.9" and python_version < "4.0"
setuptools==69.0.3 ; python_version >= "3.9" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
strenum==0.4.15 ; python_version >= "3.9" and python_version < "3.11"
Expand Down

0 comments on commit d039c39

Please sign in to comment.