Skip to content

Commit cfff045

Browse files
authored
Merge pull request #234 from AstroAI-Lab/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents a9dc61d + 187f82b commit cfff045

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: check-merge-conflict # Check for files that contain merge conflict strings.
1515
- id: check-added-large-files # Prevent large files from being added to the repository.
1616
- repo: https://github.com/psf/black-pre-commit-mirror
17-
rev: 26.3.1
17+
rev: 26.5.1
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pycqa/isort
@@ -23,7 +23,7 @@ repos:
2323
- id: isort
2424
name: isort (python)
2525
- repo: https://github.com/jsh9/pydoclint
26-
rev: 0.8.3
26+
rev: 0.8.4
2727
hooks:
2828
- id: pydoclint
2929
args: [--style=google, --check-return-types=False]

0 commit comments

Comments
 (0)