Skip to content

Commit

Permalink
Switch to ruff preview formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Feb 16, 2024
1 parent a40accf commit e9a5811
Show file tree
Hide file tree
Showing 16 changed files with 436 additions and 849 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
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

0 comments on commit e9a5811

Please sign in to comment.