Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Jul 22, 2024
1 parent f3a62f6 commit 1042b32
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,12 @@ repos:
- id: isort
name: Sort imports

# TODO
# - repo: https://github.com/astral-sh/ruff-pre-commit
# rev: v0.5.3
# hooks:
# - id: ruff
# name: Ruff formatting
# args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.3
hooks:
- id: ruff
name: Ruff formatting
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
Expand Down

0 comments on commit 1042b32

Please sign in to comment.