Skip to content

Commit

Permalink
Update ruff config format; apply latest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Mar 27, 2024
1 parent 20301ec commit 08160e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ requires-python = ">=3.9"

[tool.ruff]
line-length = 100

[tool.ruff.lint]
select = [
# pycodestyle errors
"E",
Expand Down
1 change: 1 addition & 0 deletions scripts/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Shared functions between various scripts
"""

import re

try:
Expand Down

0 comments on commit 08160e9

Please sign in to comment.