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

Add linters #85

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Add linters #85

wants to merge 9 commits into from

Commits on Mar 26, 2023

  1. Added flake8 config

    Lukas Molleman authored and Lukas Molleman committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    66823ee View commit details
    Browse the repository at this point in the history
  2. Applied flake8 code conventions

    Lukas Molleman authored and Lukas Molleman committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    35d8ddc View commit details
    Browse the repository at this point in the history
  3. Removed sympy specific stuff from flake8 config

    Lukas Molleman authored and Lukas Molleman committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    f87c6e5 View commit details
    Browse the repository at this point in the history
  4. Added flake8 CI script for github actions

    Lukas Molleman authored and Lukas Molleman committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    9ffc1ff View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Added ruff config

    Lukas Molleman authored and Lukas Molleman committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    7a61edd View commit details
    Browse the repository at this point in the history
  2. Applied ruff code conventions

    Lukas Molleman authored and Lukas Molleman committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ddab686 View commit details
    Browse the repository at this point in the history
  3. Added ruff to github CI

    Lukas Molleman authored and Lukas Molleman committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    95fd96c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. removed sympy specific stuff from ruff config

    Lukas Molleman authored and Lukas Molleman committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f0e5ef5 View commit details
    Browse the repository at this point in the history
  2. removed unnecessary __init__.py

    Lukas Molleman authored and Lukas Molleman committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1e93bad View commit details
    Browse the repository at this point in the history