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

v 1.1.1 #176

Merged
merged 28 commits into from
Oct 27, 2023
Merged

v 1.1.1 #176

merged 28 commits into from
Oct 27, 2023

Commits on Oct 16, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.0](pre-commit/mirrors-mypy@v1.5.1...v1.6.0)
    pre-commit-ci[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4c1c4f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #171 from cleder/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    cleder authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ac83b20 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Test with python 3.13

    cleder committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ac1743d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    e6f54b9 View commit details
    Browse the repository at this point in the history
  2. format pyproject.toml

    cleder committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b736063 View commit details
    Browse the repository at this point in the history
  3. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/psf/black: 23.9.1 → 23.10.0](psf/black@23.9.1...23.10.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.292...v0.1.1)
    - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1)
    pre-commit-ci[bot] authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ccb47f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dac3e64 View commit details
    Browse the repository at this point in the history
  5. remove manifest.in

    cleder committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e3e4809 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. configure ruff strict

    cleder committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    cd0da84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4fcfef View commit details
    Browse the repository at this point in the history
  3. style: format code with Black and isort

    This commit fixes the style issues introduced in a4fcfef according to the output
    from Black and isort.
    
    Details: #172
    deepsource-autofix[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    446f509 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #173 from cleder/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    cleder authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5476bc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60e7392 View commit details
    Browse the repository at this point in the history
  6. fix ruff errors

    cleder committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    83ee20b View commit details
    Browse the repository at this point in the history
  7. avoid Any, use a protocol

    cleder committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c60c834 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #172 from cleder/170-modernize-packaging

    Modernize packaging
    cleder authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    806c46e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    8d34969 View commit details
    Browse the repository at this point in the history
  2. per file ignores for flake8

    cleder committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d62ad45 View commit details
    Browse the repository at this point in the history
  3. add codecov token

    cleder committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c8420ff View commit details
    Browse the repository at this point in the history
  4. Merge pull request #174 from cleder/170-modernize-packaging

    170 modernize packaging
    cleder authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    930f6bf View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. move requirements to toml

    cleder committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2e317bd View commit details
    Browse the repository at this point in the history
  2. python -m pip

    cleder committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f748513 View commit details
    Browse the repository at this point in the history
  3. forgot -e

    cleder committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bed2c10 View commit details
    Browse the repository at this point in the history
  4. fix typo

    cleder committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d0fdb2c View commit details
    Browse the repository at this point in the history
  5. remove test-requirements.txt

    cleder committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2032a19 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #175 from cleder/170-modernize-packaging

    170 modernize packaging - requirements to toml
    cleder authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a889b39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    286a30d View commit details
    Browse the repository at this point in the history
  8. add flake8-function-order

    cleder committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4226320 View commit details
    Browse the repository at this point in the history