diff --git a/pyproject.toml b/pyproject.toml index 1ac1b0cf8..fc4f96971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ all = [ ] dev = [ "hatch", - "ruff>=0.5.1", + "ruff>=0.5.3", "ibis-framework", "ipython", "pandas>=0.25.3", @@ -312,14 +312,6 @@ ignore = [ "SIM105", ] -# https://docs.astral.sh/ruff/settings/#lint_unfixable -unfixable= [ - # unspecified-encoding - # The autofix is unsafe and doesn't reliably produce `utf-8`. - # However, it still needs to be flagged as error until `python>=3.10`. - "PLW1514" -] - [tool.ruff.lint.mccabe] max-complexity = 18