Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
simjak committed Oct 9, 2024
1 parent 138a882 commit 9efa387
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@ repos:
- id: ruff
types_or: [python, pyi]
args: [--fix]
# - id: ruff-format
# types_or: [python, pyi]
- id: ruff-format
types_or: [python, pyi]

- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
args: [--target-version, py39, -l, "88"]
# - repo: https://github.com/psf/black
# rev: 24.8.0
# hooks:
# - id: black
# args: [--target-version, py39, -l, "88"]

- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==24.4.2]
# - repo: https://github.com/asottile/blacken-docs
# rev: 1.16.0
# hooks:
# - id: blacken-docs
# additional_dependencies: [black==24.4.2]

# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: v1.11.2
Expand Down

0 comments on commit 9efa387

Please sign in to comment.