Skip to content

Commit

Permalink
Merge branch 'main' into fix-no-trace
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyKh authored Nov 4, 2024
2 parents adef05c + 7948eae commit a7f2937
Show file tree
Hide file tree
Showing 5 changed files with 312 additions and 192 deletions.
3 changes: 2 additions & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ ignore = [
"COM812", # incompatible with formatter
"ISC001", # incompatible with formatter
"S101", # Assert,
"E501" # Line too long
"E501", # Line too long
"DTZ005" # datetime.now() without timezone
]

[lint.flake8-pytest-style]
Expand Down
Loading

0 comments on commit a7f2937

Please sign in to comment.