Skip to content

Commit

Permalink
chore(deps): update dependency ruff to v0.0.274
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2023
1 parent 87803b5 commit c92f696
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
38 changes: 19 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 @@ -45,7 +45,7 @@ commitizen = "^3.2.2"
coverage = {version = "<6", extras = ["toml"]}
dslr = "^0.4.0"
pre-commit = "^3.3.2"
ruff = "^0.0.270"
ruff = "^0.0.274"

[tool.black]
line-length = 120
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ regex==2023.6.3 ; python_version >= "3.10" and python_version < "4.0"
requests-oauthlib==1.3.1 ; python_version >= "3.10" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.10" and python_version < "4.0"
rich==12.6.0 ; python_version >= "3.10" and python_version < "4.0"
ruff==0.0.270 ; python_version >= "3.10" and python_version < "4.0"
ruff==0.0.274 ; python_version >= "3.10" and python_version < "4.0"
s3transfer==0.6.1 ; python_version >= "3.10" and python_version < "4.0"
setuptools==67.8.0 ; python_version >= "3.10" and python_version < "4.0"
sgmllib3k==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit c92f696

Please sign in to comment.