Skip to content

Commit

Permalink
DEV: update ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinHuttley committed Aug 25, 2024
1 parent 20a058a commit 6709c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test = [
"pytest",
"pytest-cov",
"pytest-xdist",
"ruff==0.6.1",
"ruff==0.6.2",
]
dev = [
"cogapp",
Expand All @@ -57,7 +57,7 @@ dev = [
"pytest",
"pytest-cov",
"pytest-xdist",
"ruff==0.6.1",
"ruff==0.6.2",
]
doc = ["click",
"ipykernel",
Expand Down

0 comments on commit 6709c0a

Please sign in to comment.