Skip to content

Commit 4fda04b

Browse files
Copilotzkoppert
andcommitted
fix: Update isort config to include markdown module and fix import ordering
Co-authored-by: zkoppert <[email protected]>
1 parent e48061b commit 4fda04b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/linters/.isort.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[settings]
22
profile = black
33
known_third_party = github3,dateutil,dotenv
4-
known_first_party = auth
4+
known_first_party = auth,markdown

stale_repos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
import github3
1010
from dateutil.parser import parse
1111
from env import get_env_vars
12-
from markdown import write_to_markdown
1312

1413
import auth
14+
from markdown import write_to_markdown
1515

1616

1717
def main(): # pragma: no cover

0 commit comments

Comments
 (0)