Skip to content

Commit

Permalink
flake8 → ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Mar 2, 2024
1 parent 0cee426 commit f63f495
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
hooks:
#- id: ruff
- id: ruff
- id: ruff-format
exclude: '^doc/'

- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
name: flake8
args:
- --ignore=F722,F821

0 comments on commit f63f495

Please sign in to comment.