Skip to content

Commit

Permalink
Bump ruff from 0.8.6 to 0.9.2 (#521)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.8.6 to 0.9.2

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.6 to 0.9.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.6...0.9.2)

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

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

* ignore `parser` standard-lib module name shadowing

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: farmio <[email protected]>
  • Loading branch information
dependabot[bot] and farmio authored Jan 22, 2025
1 parent 808deef commit d050c24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,9 @@ combine-as-imports = true
"SLF", # private member access
"SIM117", # multiple-with-statements
]


[tool.ruff.lint.flake8-builtins]
builtins-allowed-modules = [
"parser", # was there before ruff check A005 was added - backwards compatibility
]
2 changes: 1 addition & 1 deletion requirements_testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pylint==3.3.3
pytest==8.3.4
pytest-cov==6.0.0
pytest-icdiff==0.9
ruff==0.8.6
ruff==0.9.2
setuptools==75.8.0
tox==4.23.2
tox-gh-actions==3.2.0
Expand Down

0 comments on commit d050c24

Please sign in to comment.