Skip to content

Commit

Permalink
Merge pull request #122 from egraphs-good/preview-format
Browse files Browse the repository at this point in the history
Switch to ruff preview formatting
  • Loading branch information
saulshanabrook authored Feb 16, 2024
2 parents a40accf + 6fec018 commit 83d7785
Show file tree
Hide file tree
Showing 20 changed files with 440 additions and 849 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ select = ["ALL"]
extend-exclude = ["python/tests/__snapshots__"]
unsafe-fixes = true


[tool.ruff.format]
preview = true

[tool.ruff.lint.per-file-ignores]
# Don't require annotations for tests
"python/tests/**" = ["ANN001", "ANN201"]
Expand Down
Loading

0 comments on commit 83d7785

Please sign in to comment.