Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🥼 Lint #5

Merged
merged 4 commits into from
Mar 15, 2023
Merged

🥼 Lint #5

merged 4 commits into from
Mar 15, 2023

Conversation

mrharpo
Copy link
Contributor

@mrharpo mrharpo commented Mar 15, 2023

Lint

Adds linter with flake8

.flake8

Linting config:

[flake8]

# Ignore directories
exclude = .git,.venv

# Black default line length
max-line-length = 88

# Ignore Line too long errors
extend-ignore = E501

@mrharpo mrharpo added the CI 🦾 Relating to Continuous Integration label Mar 15, 2023
@mrharpo mrharpo added this to the v0.1.0 Demo 🏗️ milestone Mar 15, 2023
@mrharpo mrharpo self-assigned this Mar 15, 2023
@mrharpo mrharpo temporarily deployed to Codecov March 15, 2023 20:54 — with GitHub Actions Inactive
@mrharpo mrharpo temporarily deployed to Codecov March 15, 2023 20:54 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented Mar 15, 2023

Codecov Report

Merging #5 (0815d49) into main (ce5547b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #5   +/-   ##
=======================================
  Coverage   54.16%   54.16%           
=======================================
  Files           4        4           
  Lines          48       48           
=======================================
  Hits           26       26           
  Misses         22       22           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mrharpo mrharpo merged commit 3cdccd2 into main Mar 15, 2023
@mrharpo mrharpo deleted the lint branch March 15, 2023 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🦾 Relating to Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant