Skip to content

Commit 7a3ed3d

Browse files
authored
Merge pull request #42 from genotrance/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 98f7dbf + 98b6e68 commit 7a3ed3d

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
@@ -34,35 +34,35 @@ repos:
3434
- "--py38-plus"
3535

3636
- repo: "https://github.com/psf/black-pre-commit-mirror"
37-
rev: "24.10.0"
37+
rev: "25.1.0"
3838
hooks:
3939
- id: "black"
4040

4141
- repo: "https://github.com/pycqa/isort"
42-
rev: "5.13.2"
42+
rev: "6.0.1"
4343
hooks:
4444
- id: "isort"
4545

4646
- repo: "https://github.com/pycqa/flake8"
47-
rev: "7.1.1"
47+
rev: "7.2.0"
4848
hooks:
4949
- id: "flake8"
5050
additional_dependencies:
5151
- "flake8-bugbear==24.8.19"
5252

5353
- repo: "https://github.com/editorconfig-checker/editorconfig-checker.python"
54-
rev: "3.0.3"
54+
rev: "3.2.1"
5555
hooks:
5656
- id: "editorconfig-checker"
5757

5858
- repo: "https://github.com/python-jsonschema/check-jsonschema"
59-
rev: "0.30.0"
59+
rev: "0.32.1"
6060
hooks:
6161
- id: "check-dependabot"
6262
- id: "check-github-workflows"
6363

6464
- repo: "https://github.com/rhysd/actionlint"
65-
rev: "v1.7.6"
65+
rev: "v1.7.7"
6666
hooks:
6767
- id: "actionlint"
6868

0 commit comments

Comments
 (0)