Skip to content

Commit

Permalink
project: Upgrate to ruff 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
picolo-mrchs committed May 27, 2024
1 parent 14c0428 commit 52cbf5c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
RYE_EXEC ?= rye run
PYTHON_VERSION ?= 3.12
PATH := $(HOME)/.rye/shims:$(PATH)
CARGO_HOME ?= $(HOME)/.cargo
PATH := $(HOME)/.rye/shims:$(CARGO_HOME)/bin:$(PATH)

SHELL := /bin/bash

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ managed = true
dev-dependencies = [
"hypothesis~=6.91.0",
"pytz>=2023.3.post1",
"ruff==0.3.3",
"ruff==0.4.5",
"isort~=5.13.2",
"pytest~=7.4.4",
"pytest-cov~=4.1.0",
Expand All @@ -62,7 +62,6 @@ src_paths = ["xotl/fl"]
skip_gitignore = true

[tool.ruff]
required-version = "0.3.3"
line-length = 100
target-version = "py311"

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev-py312.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ python-dateutil==2.9.0.post0
pytz==2024.1
requests==2.31.0
# via sphinx
ruff==0.3.3
ruff==0.4.5
six==1.16.0
# via asttokens
# via python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ python-dateutil==2.9.0.post0
pytz==2024.1
requests==2.31.0
# via sphinx
ruff==0.3.3
ruff==0.4.5
six==1.16.0
# via asttokens
# via python-dateutil
Expand Down

0 comments on commit 52cbf5c

Please sign in to comment.