Skip to content

Commit

Permalink
always get the latest version of ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtn1ng committed Nov 24, 2024
1 parent 74f1922 commit d10575f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ show_traceback = true
show_error_codes = true
namespace_packages = true

# astral.sh tools setup
[tool.uv]
python-preference = "managed"
upgrade-package = ["ruff"]

[tool.ruff]
# Exclude a variety of commonly ignored directories.
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ types-ujson==5.10.0.20240515
types-PyYAML==6.0.12.20240917
types-requests==2.32.0.20241016 # 2.31.0.7 introduced a regression
types-python-dateutil==2.9.0.20241003
ruff==0.8.0
ruff
wheel==0.45.0

0 comments on commit d10575f

Please sign in to comment.