Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): update ruff requirement from 0.0.288 to 0.1.1 #280

Merged
merged 2 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ coverage = "^7.2.0"
black = "23.9.1"
blackdoc = "0.3.8"
mypy = "^1.2.0"
ruff = "0.0.288"
ruff = "0.1.1"
pre-commit = "^3.3.1"
towncrier = "^23.6.0"
liccheck = "^0.9.1"
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import pytest

from scmdata import ScmRun
from scmdata.groupby import get_joblib_parallel_processor
from scmdata.testing import assert_scmdf_almost_equal

group_tests = pytest.mark.parametrize(
Expand Down
Loading