Skip to content

Commit

Permalink
Use faster black mirror (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess authored Sep 3, 2023
1 parent 410a3d7 commit 68b0418
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ci:
autofix_commit_msg: "style: Pre-commit fixes"

repos:
- repo: https://github.com/psf/black
rev: "23.7.0"
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.7.0
hooks:
- id: black
args:
Expand All @@ -27,14 +27,14 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.286
rev: v0.0.287
hooks:
- id: ruff
args:
- --fix

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.5.1"
rev: v1.5.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 68b0418

Please sign in to comment.