Skip to content

Commit 8d264ea

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.14.0 → v3.16.0](asottile/pyupgrade@v3.14.0...v3.16.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.2 → 2.7.3](editorconfig-checker/editorconfig-checker.python@2.7.2...2.7.3) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.18.4](gitleaks/gitleaks@v8.18.0...v8.18.4) - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.28.6](python-jsonschema/check-jsonschema@0.27.0...0.28.6) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.10.1](pre-commit/mirrors-mypy@v1.5.1...v1.10.1) - [github.com/psf/black: 23.9.1 → 24.4.2](psf/black@23.9.1...24.4.2) - [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.7.9](PyCQA/bandit@1.7.5...1.7.9)
1 parent 4a694c2 commit 8d264ea

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: v4.6.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.16.0
2121
hooks:
2222
- id: pyupgrade
2323
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
24-
rev: '2.7.2'
24+
rev: '2.7.3'
2525
hooks:
2626
- id: editorconfig-checker
2727
- repo: https://github.com/gitleaks/gitleaks
28-
rev: v8.18.0
28+
rev: v8.18.4
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.28.6
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.10.1'
5050
hooks:
5151
- id: mypy
5252
- repo: https://github.com/psf/black
53-
rev: 23.9.1
53+
rev: 24.4.2
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.7.9
6262
hooks:
6363
- id: bandit

0 commit comments

Comments
 (0)