Skip to content

Commit 6e69dda

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.41.0...v0.45.0) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.1](adrienverge/yamllint@v1.35.1...v1.37.1) - [github.com/pycqa/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.9.0](psf/black-pre-commit-mirror@24.4.2...25.9.0) - [github.com/pycqa/isort: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - [github.com/pycqa/bandit: 1.7.8 → 1.8.6](PyCQA/bandit@1.7.8...1.8.6) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.16.0 → v9.23.0](alessandrojcm/commitlint-pre-commit-hook@v9.16.0...v9.23.0)
1 parent 50333a5 commit 6e69dda

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
@@ -1,47 +1,47 @@
1-
default_stages: [commit]
1+
default_stages: [pre-commit]
22

33
ci:
44
skip: [commitlint]
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: check-shebang-scripts-are-executable
1313
- repo: https://github.com/igorshubovych/markdownlint-cli
14-
rev: v0.41.0
14+
rev: v0.45.0
1515
hooks:
1616
- id: markdownlint
1717
name: check markdown
1818
- repo: https://github.com/adrienverge/yamllint
19-
rev: v1.35.1
19+
rev: v1.37.1
2020
hooks:
2121
- id: yamllint
2222
name: check yaml
2323
- repo: https://github.com/pycqa/flake8
24-
rev: 7.0.0
24+
rev: 7.3.0
2525
hooks:
2626
- id: flake8
2727
name: check python style and quality
28-
- repo: https://github.com/psf/black
29-
rev: 24.4.2
28+
- repo: https://github.com/psf/black-pre-commit-mirror
29+
rev: 25.9.0
3030
hooks:
3131
- id: black
3232
name: format python
3333
- repo: https://github.com/pycqa/isort
34-
rev: 5.13.2
34+
rev: 6.1.0
3535
hooks:
3636
- id: isort
3737
name: sort python imports
3838
- repo: https://github.com/pycqa/bandit
39-
rev: 1.7.8
39+
rev: 1.8.6
4040
hooks:
4141
- id: bandit
4242
name: security audit for python
4343
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
44-
rev: v9.16.0
44+
rev: v9.23.0
4545
hooks:
4646
- id: commitlint
4747
name: check commit message

0 commit comments

Comments
 (0)