Skip to content

Commit e2f23dc

Browse files
[pre-commit.ci] pre-commit autoupdate (#222)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.5.1](psf/black-pre-commit-mirror@26.1.0...26.5.1) * Ignore non-working pre-check --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Brigitta Sipőcz <b.sipocz@gmail.com>
1 parent 2ed92eb commit e2f23dc

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ repos:
1010
exclude:
1111
".xml"
1212

13-
- repo: https://github.com/mgedmin/check-manifest
14-
rev: "0.51"
15-
hooks:
16-
- id: check-manifest
13+
# Ignore for now as it errors out for a while
14+
#- repo: https://github.com/mgedmin/check-manifest
15+
# rev: "0.51"
16+
# hooks:
17+
# - id: check-manifest
1718

1819
- repo: https://github.com/psf/black-pre-commit-mirror
19-
rev: 26.1.0
20+
rev: 26.5.1
2021
hooks:
2122
- id: black
2223

0 commit comments

Comments
 (0)