Skip to content

Commit

Permalink
Merge pull request #21 from a5chin/feature/ruff
Browse files Browse the repository at this point in the history
chore(rye): bump ruff from 0.4.7 to 0.4.9
  • Loading branch information
a5chin authored Jun 18, 2024
2 parents 10460f7 + 924d651 commit 0bd2e0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ requires-python = ">= 3.12"
managed = true
dev-dependencies = [
"pytest>=8.2.2",
"pre-commit>=3.7.0",
"ruff>=0.4.7",
"pre-commit>=3.7.1",
"ruff>=0.4.9",
]
6 changes: 3 additions & 3 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ cfgv==3.4.0
# via pre-commit
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via virtualenv
identify==2.5.36
# via pre-commit
iniconfig==2.0.0
# via pytest
nodeenv==1.9.1
# via pre-commit
packaging==24.0
packaging==24.1
# via pytest
platformdirs==4.2.2
# via virtualenv
Expand All @@ -31,6 +31,6 @@ pre-commit==3.7.1
pytest==8.2.2
pyyaml==6.0.1
# via pre-commit
ruff==0.4.7
ruff==0.4.9
virtualenv==20.26.2
# via pre-commit

0 comments on commit 0bd2e0f

Please sign in to comment.