Skip to content

Commit

Permalink
馃О Use black-pre-commit-mirror for 2x speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Sep 15, 2023
1 parent 76fba37 commit d28197d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -32,8 +32,8 @@ repos:
hooks:
- id: absolufy-imports

- repo: https://github.com/psf/black
rev: 23.7.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.0
hooks:
- id: black
language_version: python3
Expand Down Expand Up @@ -111,7 +111,7 @@ repos:
additional_dependencies: [pydoclint==0.1.4]

- repo: https://github.com/rstcheck/rstcheck
rev: "v6.1.2"
rev: "v6.2.0"
hooks:
- id: rstcheck
additional_dependencies: [sphinx]
Expand Down

0 comments on commit d28197d

Please sign in to comment.