Skip to content

Commit

Permalink
CI: Add support for ruff 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Nov 12, 2023
1 parent bb23c9e commit 92119ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ extend-exclude = [
"sksurv/linear_model/src/eigen",
]
# Group violations by containing file.
format = "grouped"
output-format = "grouped"
ignore = ["C408"]
ignore-init-module-imports = true
line-length = 120
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deps =
description = Run linters
skip_install = true
deps =
ruff
ruff~=0.1.0
commands = ruff check sksurv/ tests/ setup.py

# Documentation
Expand Down

0 comments on commit 92119ee

Please sign in to comment.