Skip to content

Commit 7d32cc2

Browse files
chore: bump ruff to 0.11.5
Co-Authored-By: Aaron <AJ> Steers <aj@airbyte.io>
1 parent 836d587 commit 7d32cc2

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
- id: check-toml
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.8.3
39+
rev: v0.11.5
4040
hooks:
4141
# Run the linter with repo-defined settings
4242
- id: ruff

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ whenever = "^0.6.16"
8888
freezegun = "*"
8989
mypy = "*"
9090
asyncio = "3.4.3"
91-
ruff = "^0.7.2"
91+
ruff = "^0.11.5"
9292
pdoc = "^15.0.0"
9393
poethepoet = "^0.24.2"
9494
pyproject-flake8 = "^6.1.0"

0 commit comments

Comments
 (0)