Skip to content

Commit

Permalink
chore: use 2x faster black mirror
Browse files Browse the repository at this point in the history
Also bumping some pre-commit versions.
  • Loading branch information
henryiii authored Aug 10, 2023
1 parent 274df9b commit d2f7841
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ci:
autofix_commit_msg: "style: pre-commit fixes"

repos:
- repo: https://github.com/psf/black
rev: "23.1.0"
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.7.0"
hooks:
- id: black
args:
Expand All @@ -26,18 +26,18 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "0.7.0"
rev: "0.13.0"
hooks:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.255
rev: v0.0.284
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.1
rev: v1.5.0
hooks:
- id: mypy
files: ^nox/
Expand Down

0 comments on commit d2f7841

Please sign in to comment.