diff --git a/pyproject.toml b/pyproject.toml index d6a598d..5524a95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,13 +6,8 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' - -select = [ - # https://github.com/charliermarsh/ruff#supported-rules - 'ALL', - 'NURSERY', -] - +preview = true +select = ['ALL'] # https://docs.astral.sh/ruff/rules/ ignore = [ 'CPY001', # Do not require copyright notices 'D213', # Start multi-line docstring on first line diff --git a/requirements-ruff.txt b/requirements-ruff.txt index 8559036..f917d89 100644 --- a/requirements-ruff.txt +++ b/requirements-ruff.txt @@ -1 +1 @@ -ruff==0.0.287 +ruff==0.0.290