Skip to content

Commit

Permalink
Replace flake8 pre-commit with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jun 24, 2023
1 parent d8fd1ff commit 60970a2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ repos:
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.275
hooks:
- id: flake8
- id: ruff

0 comments on commit 60970a2

Please sign in to comment.