Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ooliver1/mafic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: ooliver1/mafic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 4 commits
  • 36 files changed
  • 1 contributor

Commits on Feb 22, 2023

  1. chore: use ruff over flake8 and isort (#56)

    * chore: add ruff for linting over flake8
    
    * chore: eliminate isort with ruff
    
    * chore: add pydocstyle plugin to ruff
    
    * chore: add pyupgrade
    
    * chore: add annotation plugin for ruff
    
    * chore: add bandit plugin to ruff
    
    * chore: add blind exception to ruff
    
    * chore: add boolean trap plugin to ruff
    
    * chore: add bugbear plugin to ruff
    
    * chore: add comprehensions plugin to ruff
    
    * chore: add time plugin to ruff
    
    * chore: add errmsg plugin to ruff
    
    * chore: add even more plugins
    
    * chore: add simplify plugin to ruff
    
    * chore: add type checking block plugin to ruff
    
    * chore: add unused arg plugin to ruff
    
    * chore: add tiny plugins to ruff
    
    * chore: add pylint plugins to ruff
    
    * chore: add ruff specific rules
    ooliver1 authored Feb 22, 2023
    1 Configuration menu
    Copy the full SHA
    e1741fa View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    a3d2596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bda2301 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3382209 View commit details
    Browse the repository at this point in the history
Loading