From 83f7bc77e4daeab70e19e29a1ed1ba4bcabff9e1 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Mon, 8 May 2023 11:22:48 -0500 Subject: Replace flake8 with ruff --- .pre-commit-config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bded4e8..998da61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,11 +16,10 @@ repos: rev: 5.12.0 hooks: - id: isort - - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + - repo: https://github.com/charliermarsh/ruff-pre-commit + rev: v0.0.265 hooks: - - id: flake8 - additional_dependencies: [flake8-comprehensions] + - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.2.0 hooks: -- cgit v1.2.1