Skip to content

Commit bdceda1

Browse files
build(deps-dev): bump ruff from 0.9.2 to 0.9.9 (#436)
* build(deps-dev): bump ruff from 0.9.2 to 0.9.9 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.2 to 0.9.9. - [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.9.2...0.9.9) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * style(precommit): bump ruff to 0.9.9 * style: fixed formatting --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: F-G Fernandez <[email protected]>
1 parent d969d5c commit bdceda1

File tree

4 files changed

+123
-39
lines changed

4 files changed

+123
-39
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: debug-statements
1919
language_version: python3
2020
- repo: https://github.com/charliermarsh/ruff-pre-commit
21-
rev: 'v0.9.2'
21+
rev: 'v0.9.9'
2222
hooks:
2323
- id: ruff
2424
args:

0 commit comments

Comments
 (0)