Skip to content

Commit bc21fad

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.14.0 → v3.19.1](asottile/pyupgrade@v3.14.0...v3.19.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.2 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.2...3.0.3) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.22.1](gitleaks/gitleaks@v8.18.0...v8.22.1) - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.30.0](python-jsonschema/check-jsonschema@0.27.0...0.30.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.14.1](pre-commit/mirrors-mypy@v1.5.1...v1.14.1) - [github.com/psf/black: 23.9.1 → 24.10.0](psf/black@23.9.1...24.10.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/bandit: 1.7.5 → 1.8.0](PyCQA/bandit@1.7.5...1.8.0)
1 parent 4a694c2 commit bc21fad

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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: v5.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.19.1
2121
hooks:
2222
- id: pyupgrade
2323
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
24-
rev: '2.7.2'
24+
rev: '3.0.3'
2525
hooks:
2626
- id: editorconfig-checker
2727
- repo: https://github.com/gitleaks/gitleaks
28-
rev: v8.18.0
28+
rev: v8.22.1
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.30.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.14.1'
5050
hooks:
5151
- id: mypy
5252
- repo: https://github.com/psf/black
53-
rev: 23.9.1
53+
rev: 24.10.0
5454
hooks:
5555
- id: black
5656
- repo: https://github.com/pycqa/isort
57-
rev: 5.12.0
57+
rev: 5.13.2
5858
hooks:
5959
- id: isort
6060
- repo: https://github.com/PyCQA/bandit
61-
rev: 1.7.5
61+
rev: 1.8.0
6262
hooks:
6363
- id: bandit

0 commit comments

Comments
 (0)