Skip to content

Commit

Permalink
Dropping flake8 to replace ruff linter check
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Mar 2, 2024
1 parent 90eed9e commit ef5c58c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ repos:
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
["flake8-black==0.3.6", "flake8-isort==6.1.1", "flake8-quotes==3.3.2"]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down

0 comments on commit ef5c58c

Please sign in to comment.