andreoliwa/nitpick

View on GitHub

Showing 42 of 47 total issues

Unexpected tabs found.
Open

    -rm .cache/make/run

Unexpected tabs found.
Open

    @echo '  pytest      to run tests'

Unexpected tabs found.
Open

    -rm -rf docs/source

Unexpected tabs found.
Open

    @echo '  poetry      to update dependencies'

Unexpected tabs found.
Open

    -rm .cache/make/auto-pre-commit

Unexpected tabs found.
Open

    $(MAKE)

Unexpected tabs found.
Open

    @# Remove files named auto* if they are older than 1 hour, so the targets will be rebuilt

Unexpected tabs found.
Open

    $(MAKE)

Unexpected tabs found.
Open

    pytest

Unexpected tabs found.
Open

    touch .cache/make/auto-poetry

Unexpected tabs found.
Open

    -rm .cache/make/pytest

Unexpected tabs found.
Open

    @echo '  sphinx      to build docs'

Unexpected tabs found.
Open

    -rm .cache/make/sphinx

Unexpected tabs found.
Open

    @fd --changed-before $(RERUN_AFTER) auto .cache/make --exec-batch rm '{}' ;

Unexpected tabs found.
Open

    pre-commit gc

Unexpected tabs found.
Open

    touch .cache/make/sphinx

subprocess call - check for execution of untrusted input.
Open

        output = subprocess.check_output(
            # TODO: fix: this command might not work on Windows; maybe read ~/.gitconfig directly instead?
            ["git", "config", "--get", GIT_CORE_EXCLUDES_FILE],  # noqa: S603,S607
            universal_newlines=True,
Severity: Info
Found in src/nitpick/generic.py by bandit

Unexpected tabs found.
Open

    touch .cache/make/pytest

Unexpected tabs found.
Open

    pre-commit run --all-files

Unexpected tabs found.
Open

    pre-commit install
Severity
Category
Status
Source
Language