Skip to content

Commit 9495e40

Browse files
Update pre-commit hooks, use new prettier mirror.
* .pre-commit-config.yaml
1 parent 1eda708 commit 9495e40

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
3+
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
44
hooks:
55
# check file system problems
66
- id: check-case-conflict
@@ -24,7 +24,7 @@ repos:
2424
- id: check-merge-conflict
2525

2626
- repo: https://github.com/python-poetry/poetry
27-
rev: "ceeb1892a1f7456a65cd847ad36d740a577dee5e" # frozen: 1.7.0
27+
rev: "c85477da8a610a87133299f996f8d8a593aa7bff" # frozen: 1.8.0
2828
hooks:
2929
- id: poetry-check
3030
- id: poetry-lock
@@ -75,14 +75,14 @@ repos:
7575
args: [--ignore-missing-imports]
7676

7777
# format many other files with prettier
78-
- repo: https://github.com/pre-commit/mirrors-prettier
79-
rev: "fc6ac4eb41985d70a660d6f8e69048479688d26c" # frozen: v4.0.0-alpha.4
78+
- repo: "https://github.com/pycontribs/mirrors-prettier"
79+
rev: b28ab1718b516827e9f6cdfbd3c4c9546489d53e # frozen: v3.3.2
8080
hooks:
8181
- id: prettier
82-
exclude: ^docs/source/(_polyversion/|_)templates/
82+
exclude: ^docs/(sphinx/_)templates/
8383

8484
- repo: https://github.com/abravalheri/validate-pyproject
85-
rev: 57fe0d1748f3ace002f5599289f5a53330555b20 # frozen: v0.15
85+
rev: bea368871c59605bf2471441d0c6214bd3b80c44 # frozen: v0.18
8686
hooks:
8787
- id: validate-pyproject
8888
files: pyproject.toml$

0 commit comments

Comments
 (0)