Skip to content
Snippets Groups Projects

AST-1584 Make isort detect dp3 as first-party module

Merged Maik Nijhuis requested to merge ast-1584-isort-first-party into master

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

Merge request pipeline #90082 passed

Merge request pipeline passed for 6b9363b8

Test coverage 77.00% (0.00%) from 1 job

Merged by Maik NijhuisMaik Nijhuis 6 months ago (Aug 5, 2024 9:07am UTC)

Loading

Pipeline #90085 passed

Pipeline passed for cfb4027f on master

Test coverage 77.00% (0.00%) from 1 job

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading