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

Bump ruff from 0.1.13 to 0.1.14 #8

Merged
merged 5 commits into from
Jan 25, 2024
Merged

Commits on Jan 22, 2024

  1. Bump ruff from 0.1.13 to 0.1.14

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.13 to 0.1.14.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.1.13...v0.1.14)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f02bbac View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Update import statement and reorder exceptions list

    An import statement in 'stepik_plugins_client/rpcapi.py' was updated to handle the linter warning. Also, rearranged the exceptions list in 'stepic_plugins/exceptions.py' for clarity and ease of use.
    meanmail committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e60ca95 View commit details
    Browse the repository at this point in the history
  2. Remove 'black' from dev dependencies

    The 'black' package was removed from the development dependencies in the 'pyproject.toml' file. This change could be due to it not being required for development anymore, or perhaps it was causing some conflicts.
    meanmail committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5733079 View commit details
    Browse the repository at this point in the history
  3. Add auto-author-assign workflow

    This commit introduces a new GitHub actions workflow auto-author-assign. This workflow automatically assigns the author to a pull request upon its creation or reopening, using self-hosted runners with a timeout of 30 minutes.
    meanmail committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2fa577b View commit details
    Browse the repository at this point in the history
  4. Add auto-formatting GitHub workflow

    This commit introduces a new auto-format GitHub workflow. This is designed to automatically format code for pull requests and pushes to the 'master' branch, using self-hosted runners with a 30-minute timeout. The code formatting tool used is ruff.
    meanmail committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8168e69 View commit details
    Browse the repository at this point in the history