diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ceadd1..b2f1513 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: # ruff - linting + formatting - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.10" + rev: "v0.11.10" hooks: - id: ruff name: ruff diff --git a/.python-version b/.python-version index 3e388a4..2c20ac9 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13.2 +3.13.3