Skip to content

Commit

Permalink
libcovebods: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Sep 22, 2024
1 parent 8ea718d commit 51a9462
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion libcovebods/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import datetime
import httpx
import json
import re

Expand Down
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[tool.ruff]
lint.select = [
"E", # pycodestyle errors
"W", # pycodestyle warnings
"F", # pyflakes
"I", # isort
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"UP", # pyupgrade
]

0 comments on commit 51a9462

Please sign in to comment.