Skip to content

Commit 49f1485

Browse files
chore: pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v2.1.0 → v5.0.0](pre-commit/pre-commit-hooks@v2.1.0...v5.0.0) - [github.com/psf/black: 22.3.0 → 25.1.0](psf/black@22.3.0...25.1.0) - [github.com/adrienverge/yamllint.git: v1.26.3 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.37.0) - [github.com/openstack-dev/bashate.git: 2.1.0 → 2.1.1](https://github.com/openstack-dev/bashate.git/compare/2.1.0...2.1.1) - [github.com/pycqa/flake8.git: 4.0.1 → 7.2.0](https://github.com/pycqa/flake8.git/compare/4.0.1...7.2.0)
1 parent 5dc1a13 commit 49f1485

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ default_language_version:
1111
python: python3.10
1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v2.1.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
@@ -26,21 +26,21 @@ repos:
2626
- id: check-yaml
2727
files: .*\.(yaml|yml)$
2828
- repo: https://github.com/psf/black
29-
rev: 22.3.0
29+
rev: 25.1.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/adrienverge/yamllint.git
33-
rev: v1.26.3
33+
rev: v1.37.0
3434
hooks:
3535
- id: yamllint
3636
files: \.(yaml|yml)$
3737
- repo: https://github.com/openstack-dev/bashate.git
38-
rev: 2.1.0
38+
rev: 2.1.1
3939
hooks:
4040
- id: bashate
4141
entry: bashate -i E006
4242
- repo: https://github.com/pycqa/flake8.git
43-
rev: 4.0.1
43+
rev: 7.2.0
4444
hooks:
4545
- id: flake8
4646
additional_dependencies:

0 commit comments

Comments
 (0)