Skip to content

Commit

Permalink
ci: bump ruff>=0.5.3 for PLW1514 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Jul 18, 2024
1 parent f8c9776 commit 1896430
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ all = [
]
dev = [
"hatch",
"ruff>=0.5.1",
"ruff>=0.5.3",
"ibis-framework",
"ipython",
"pandas>=0.25.3",
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1896430

Please sign in to comment.