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

[pull] master from Corvia:master #307

Merged
merged 13 commits into from
Jan 29, 2024
Merged

[pull] master from Corvia:master #307

merged 13 commits into from
Jan 29, 2024

Commits on Jan 18, 2024

  1. build(deps-dev): bump safety from 2.3.4 to 3.0.0

    Bumps [safety](https://github.com/pyupio/safety) from 2.3.4 to 3.0.0.
    - [Release notes](https://github.com/pyupio/safety/releases)
    - [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md)
    - [Commits](pyupio/safety@2.3.4...3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: safety
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7665e66 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/cache from 3 to 4

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    bc4153e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. build(deps-dev): bump doc8 from 0.11.2 to 1.0.0

    Bumps [doc8](https://github.com/pycqa/doc8) from 0.11.2 to 1.0.0.
    - [Release notes](https://github.com/pycqa/doc8/releases)
    - [Commits](PyCQA/doc8@0.11.2...v1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: doc8
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    05467ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #512 from Corvia/dependabot/pip/doc8-1.0.0

    build(deps-dev): bump doc8 from 0.11.2 to 1.0.0
    Dresdn authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    b2e4fc3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #527 from Corvia/dependabot/pip/safety-3.0.0

    build(deps-dev): bump safety from 2.3.4 to 3.0.0
    Dresdn authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    db616ec View commit details
    Browse the repository at this point in the history
  4. Merge pull request #528 from Corvia/dependabot/github_actions/actions…

    …/cache-4
    
    build(deps): bump actions/cache from 3 to 4
    Dresdn authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    71b7522 View commit details
    Browse the repository at this point in the history
  5. docs(fix): correct function reference in 'using' page (#532)

    - Fix a typo in the reference to `create_public_tenant` function, updating it to `tasks.create_public_tenant`.
    Dresdn authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    31c1896 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. refactor: replace wemake-python-styleguide with Ruff for linting

    - Remove `wemake-python-styleguide` and related dependencies from `pyproject.toml`.
    - Introduce `ruff` as the primary linting tool in `pyproject.toml`, configured to align with the project's coding standards.
    Dresdn committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    42d59ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a92092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9d9b75 View commit details
    Browse the repository at this point in the history
  4. chore(linting): update ruff configuration in pyproject.toml

    - Add a `pydocstyle` section under `tool.ruff.lint` to specify the use of Google-style docstrings.
    Dresdn committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    dcd3d9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59ef482 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #535 from Corvia/implement-ruff

    Implement Ruff
    Dresdn authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    236bea9 View commit details
    Browse the repository at this point in the history