diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 68832f5..8b77de8 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.4 hooks: - id: ruff diff --git a/setup.py b/setup.py index baa56ad..80d4226 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.4", ], }, )