Skip to content

Commit

Permalink
❇️ Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami authored Dec 12, 2024
1 parent 3881810 commit 6f18177
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ repos:
hooks:
- id: isort

# - repo: https://github.com/psf/black
# rev: 24.4.2
# hooks:
# - id: black
# args: [--config=./pyproject.toml]
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
args: [--config=./pyproject.toml]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
Expand All @@ -22,4 +22,4 @@ repos:
# - id: trailing-whitespace
# - id: end-of-file-fixer
# - id: check-yaml
# - id: check-added-large-files
# - id: check-added-large-files

0 comments on commit 6f18177

Please sign in to comment.