Skip to content

Commit

Permalink
pre-commit: switch from darker to black
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Mar 4, 2024
1 parent 15ee0a8 commit 698561f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ repos:
- id: check-json
- id: check-yaml
- id: check-toml
- repo: https://github.com/akaihola/darker
rev: 1.7.3
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "24.2.0"
hooks:
- id: darker
- id: black
language_version: python3.11
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
Expand Down

0 comments on commit 698561f

Please sign in to comment.