Skip to content

Commit

Permalink
Bump ruff from 0.4.7 to 0.9.1 (#284)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.4.7 to 0.9.1

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.7 to 0.9.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.4.7...0.9.1)

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

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

* Update testing.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shyam Dwaraknath <[email protected]>
  • Loading branch information
dependabot[bot] and shyamd authored Jan 11, 2025
1 parent 938c557 commit 9cea87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install -r requirements-testing.txt
- name: Lint with Ruff
run: ruff src
run: ruff check src

- name: Lint with mypy
run: mypy --ignore-missing-imports src
Expand Down
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pytest-cov==4.1.0
pytest-pretty==1.2.0
mypy==0.812;python_version<"3.9"
mypy==1.14.1;python_version>"3.8"
ruff==0.4.7
ruff==0.9.1
types-requests~=2.32.0

0 comments on commit 9cea87c

Please sign in to comment.