Skip to content

Commit

Permalink
build(deps-dev): bump ruff from 0.0.292 to 0.1.1 (#435)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump ruff from 0.0.292 to 0.1.1

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.292 to 0.1.1.
- [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.0.292...v0.1.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* ruff v0.1.1 integration steps

Updates the --format flag to --output-format per the v0.1.0 instructions

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joey Vagedes <[email protected]>
  • Loading branch information
dependabot[bot] and Javagedes authored Oct 23, 2023
1 parent 8a1baa2 commit d81e63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CIRunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Run ruff
if: success() || failure()
run: ruff check ${{ inputs.package-src }} --format=github
run: ruff check ${{ inputs.package-src }} --output-format=github

- name: Run markdownlint
if: success() || failure()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ issues = "https://github.com/tianocore/edk2-pytool-library/issues/"

[project.optional-dependencies]
dev = [
"ruff == 0.0.292",
"ruff == 0.1.1",
"pytest == 7.4.2",
"coverage == 7.3.2",
"pre-commit == 3.5.0",
Expand Down

0 comments on commit d81e63f

Please sign in to comment.