Skip to content

Commit d050c24

Browse files
Bump ruff from 0.8.6 to 0.9.2 (#521)
* 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]>
1 parent 808deef commit d050c24

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,9 @@ combine-as-imports = true
143143
"SLF", # private member access
144144
"SIM117", # multiple-with-statements
145145
]
146+
147+
148+
[tool.ruff.lint.flake8-builtins]
149+
builtins-allowed-modules = [
150+
"parser", # was there before ruff check A005 was added - backwards compatibility
151+
]

requirements_testing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pylint==3.3.3
44
pytest==8.3.4
55
pytest-cov==6.0.0
66
pytest-icdiff==0.9
7-
ruff==0.8.6
7+
ruff==0.9.2
88
setuptools==75.8.0
99
tox==4.23.2
1010
tox-gh-actions==3.2.0

0 commit comments

Comments
 (0)