AST-1584 Make isort detect dp3 as first-party module
Depending on the directory name of the directory containing DP3 sources, isort behaves differently:
- If the directory is called 'dp3', isort thinks dp3 is part of the current python project.
- If the directory is called 'DP3', isort thinks dp3 is some external third-party module.
Adding an extra configuration file ensures that the behavior for the dp3 module is always the same. See also https://pycqa.github.io/isort/docs/configuration/options.html#known-first-party
Merge request reports
Activity
Filter activity
requested review from @nicolas-slusarenko
assigned to @mnijhuis-tos
added 3 commits
-
289f43d8...8236bfa3 - 2 commits from branch
master
- 6b9363b8 - Make isort detect dp3 as first-party modules
-
289f43d8...8236bfa3 - 2 commits from branch
mentioned in commit cfb4027f
Please register or sign in to reply