Skip to content

Commit d3d4cb5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.14.0 → v3.20.0](asottile/pyupgrade@v3.14.0...v3.20.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.2 → 3.4.0](editorconfig-checker/editorconfig-checker.python@2.7.2...3.4.0) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.28.0](gitleaks/gitleaks@v8.18.0...v8.28.0) - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.34.0](python-jsonschema/check-jsonschema@0.27.0...0.34.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.18.2](pre-commit/mirrors-mypy@v1.5.1...v1.18.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 25.9.0](psf/black-pre-commit-mirror@23.9.1...25.9.0) - [github.com/pycqa/isort: 5.12.0 → 6.1.0](PyCQA/isort@5.12.0...6.1.0) - [github.com/PyCQA/bandit: 1.7.5 → 1.8.6](PyCQA/bandit@1.7.5...1.8.6)
1 parent 4a694c2 commit d3d4cb5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autoupdate_schedule: quarterly
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -17,15 +17,15 @@ repos:
1717
- id: trailing-whitespace
1818
- id: pretty-format-json
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.14.0
20+
rev: v3.20.0
2121
hooks:
2222
- id: pyupgrade
2323
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
24-
rev: '2.7.2'
24+
rev: '3.4.0'
2525
hooks:
2626
- id: editorconfig-checker
2727
- repo: https://github.com/gitleaks/gitleaks
28-
rev: v8.18.0
28+
rev: v8.28.0
2929
hooks:
3030
- id: gitleaks
3131
- repo: https://github.com/jorisroovers/gitlint
@@ -41,23 +41,23 @@ repos:
4141
# hooks:
4242
# - id: check-poetry
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: 0.27.0
44+
rev: 0.34.0
4545
hooks:
4646
- id: check-github-workflows
4747
- id: check-github-actions
4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: 'v1.5.1'
49+
rev: 'v1.18.2'
5050
hooks:
5151
- id: mypy
52-
- repo: https://github.com/psf/black
53-
rev: 23.9.1
52+
- repo: https://github.com/psf/black-pre-commit-mirror
53+
rev: 25.9.0
5454
hooks:
5555
- id: black
5656
- repo: https://github.com/pycqa/isort
57-
rev: 5.12.0
57+
rev: 6.1.0
5858
hooks:
5959
- id: isort
6060
- repo: https://github.com/PyCQA/bandit
61-
rev: 1.7.5
61+
rev: 1.8.6
6262
hooks:
6363
- id: bandit

0 commit comments

Comments
 (0)