Skip to content

nox --session lint does not consider test directory #199

Closed
@Preocts

Description

@Preocts

Reproduction steps:

  1. Reorder imports in ./tests/sample_test.py
  2. Remove __from__ future import annotations from ./tests/sample_test.py
  3. Run nox --session lint
  4. Note that all files in ./tests have been missed for linting

Desired outcome:

Capture all files in the ./src and ./tests directories.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions