Skip to content
Snippets Groups Projects
Commit a08458d5 authored by Corné Lukken's avatar Corné Lukken
Browse files

Ignore _version.py file in flake8 linter

parent b85783c6
Branches
Tags
No related merge requests found
Pipeline #59614 canceled
Pipeline: Python Package

#59615

    This commit is part of merge request !24. Comments created here will be created in the context of that merge request.
    ...@@ -34,3 +34,4 @@ install_requires = file: requirements.txt ...@@ -34,3 +34,4 @@ install_requires = file: requirements.txt
    [flake8] [flake8]
    max-line-length = 88 max-line-length = 88
    extend-ignore = E203 extend-ignore = E203
    exclude=venv,.tox,.egg-info,_version.py
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment