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: fpgmaas/deptry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.4
Choose a base ref
...
head repository: fpgmaas/deptry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.5
Choose a head ref
  • 15 commits
  • 26 files changed
  • 3 contributors

Commits on Nov 11, 2022

  1. Add more pre-commit hooks (#180)

    * chore(pre-commit): add `pre-commit-hooks` hooks
    * chore(pre-commit): add `python-check-blanket-noqa`
    * chore: run `pre-commit run -a`
    mkniewallner authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    b907f77 View commit details
    Browse the repository at this point in the history
  2. Add Renovate configuration to the repository to handle dependencies u…

    …pdates (#179)
    
    * chore: add Renovate
    
    * chore(pre-commit): hint Renovate on additional dependencies
    mkniewallner authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    6367ad2 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency flake8-comprehensions to v3.10.1 (#181)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    0d208b6 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update pre-commit hook psf/black to v22.10.0 (#186)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    2a277dc View commit details
    Browse the repository at this point in the history
  5. chore(deps): update pre-commit hook asottile/pyupgrade to v3.2.2 (#182)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    1bd9a1c View commit details
    Browse the repository at this point in the history
  6. chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to …

    …v0.0.110 (#183)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    e12c10c View commit details
    Browse the repository at this point in the history
  7. chore(deps): update dependency flake8-bugbear to v22.10.27 (#184)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    cb58a29 View commit details
    Browse the repository at this point in the history
  8. chore(deps): update dependency mypy to ^0.990 (#185)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f7e41ee View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to …

    …v0.0.112 (#189)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    dcd179f View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency mkdocstrings to ^0.19.0 (#187)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    b24ed36 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to …

    …v0.0.114 (#191)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    e34e72e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Improve documentation (#190)

    * docs: handle dark mode
    
    * docs: add footer icons and fix edit URL
    
    * docs: correcly format code blocks and few typos
    mkniewallner authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d83ab56 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to …

    …v0.0.117 (#194)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ea1b0e1 View commit details
    Browse the repository at this point in the history
  3. Improve and simplify CI configuration and fix 3.11 random failures (#192

    )
    
    * ci: upgrade `pip` to fix 3.11 tests
    
    * ci: properly use cache for tox
    
    * chore: simplify local environment
    
    * ci: remove duplicated dependencies install
    
    * ci: remove unneeded options in `install-poetry`
    
    * ci: default to Python 3.11 for Poetry env
    
    * ci: remove `checkout` from `setup-poetry-env`
    
    * ci: remove duplicated steps in release
    
    * ci: move `run-checks` to `main.yml`
    
    * chore: move docs dependencies to main `pyproject.toml`
    
    * ci: remove duplicated steps
    
    * ci: cache pre-commit dependencies
    mkniewallner authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5b1bce6 View commit details
    Browse the repository at this point in the history
  4. Run renovate on saturdays and add renovate config check to pre-commit…

    … hook (#195)
    
    * added renovate config check to pre-commit hook
    
    * Update renovate.json5
    
    Co-authored-by: Mathieu Kniewallner <mathieu.kniewallner@gmail.com>
    fpgmaas and mkniewallner authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    db4a942 View commit details
    Browse the repository at this point in the history
Loading