diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 68832f5..6418f67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_stages: [commit] repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.286 + rev: v0.1.6 hooks: - id: ruff diff --git a/setup.py b/setup.py index baa56ad..eec23bd 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "mypy==1.5.1", "nox", "types-setuptools", - "ruff==0.0.286", + "ruff==0.1.6", ], }, )