Skip to content

Commit 26f5a7b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.41.0...v0.44.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.2](PyCQA/flake8@7.0.0...7.1.2) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/pycqa/bandit: 1.7.8 → 1.8.3](PyCQA/bandit@1.7.8...1.8.3) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.16.0 → v9.21.0](alessandrojcm/commitlint-pre-commit-hook@v9.16.0...v9.21.0)
1 parent 50333a5 commit 26f5a7b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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: v5.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.44.0
1515
hooks:
1616
- id: markdownlint
1717
name: check markdown
@@ -21,27 +21,27 @@ repos:
2121
- id: yamllint
2222
name: check yaml
2323
- repo: https://github.com/pycqa/flake8
24-
rev: 7.0.0
24+
rev: 7.1.2
2525
hooks:
2626
- id: flake8
2727
name: check python style and quality
2828
- repo: https://github.com/psf/black
29-
rev: 24.4.2
29+
rev: 25.1.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.0.1
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.3
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.21.0
4545
hooks:
4646
- id: commitlint
4747
name: check commit message

0 commit comments

Comments
 (0)