Skip to content

Commit

Permalink
Merge pull request #494 from freedomofpress/ruff-update-fix
Browse files Browse the repository at this point in the history
Update ruff config format; apply latest fix
  • Loading branch information
legoktm authored Mar 28, 2024
2 parents 20301ec + 08160e9 commit c16246b
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 c16246b

Please sign in to comment.