Skip to content

Commit 7c03fa1

Browse files
authored
Merge pull request #367 from splunk/ruff_update
Bump ruff This was previously reviewed and passed, the autoupdated content in the last commit was trivial.
2 parents fa60068 + 09e5ecb commit 7c03fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: detect-private-key
99
- id: forbid-submodules
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.9.2
11+
rev: v0.9.10
1212
hooks:
1313
- id: ruff
1414
args: [ --fix ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gitpython = "^3.1.43"
3333
setuptools = ">=69.5.1,<76.0.0"
3434

3535
[tool.poetry.group.dev.dependencies]
36-
ruff = "^0.9.2"
36+
ruff = "^0.9.10"
3737

3838
[build-system]
3939
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)