[pre-commit.ci] pre-commit autoupdate updates: - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.280 → v0.0.281](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.280...v0.0.281)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc6b910..d34d236 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -57,8 +57,8 @@ - --no-warnings - -d - '{extends: relaxed, rules: {line-length: {max: 90}}}' - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.280 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.281 hooks: - id: ruff - repo: https://github.com/PyCQA/autoflake