Skip to content

Pytest and flake8 config in setup.cfg #292

@nathanjmcdougall

Description

@nathanjmcdougall

grimp/setup.cfg

Lines 1 to 7 in 7fc49c4

[flake8]
extend-ignore = E731, E203
max-line-length = 100
exclude = */migrations/*, tests/assets/*
[tool:pytest]
xfail_strict=true

I'm thinking that the flake8 config can be removed (superseded by Ruff), and the pytest config can be moved into pyproject.toml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions