Skip to content

Commit eb0cdf9

Browse files
chore: pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v2.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v2.1.0...v4.3.0) - [github.com/psf/black: 22.3.0 → 22.8.0](psf/black@22.3.0...22.8.0) - [github.com/adrienverge/yamllint.git: v1.26.3 → v1.28.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.28.0) - [github.com/pycqa/flake8.git: 4.0.1 → 5.0.4](https://github.com/pycqa/flake8.git/compare/4.0.1...5.0.4)
1 parent 5dc1a13 commit eb0cdf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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: v4.3.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
@@ -26,11 +26,11 @@ repos:
2626
- id: check-yaml
2727
files: .*\.(yaml|yml)$
2828
- repo: https://github.com/psf/black
29-
rev: 22.3.0
29+
rev: 22.8.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/adrienverge/yamllint.git
33-
rev: v1.26.3
33+
rev: v1.28.0
3434
hooks:
3535
- id: yamllint
3636
files: \.(yaml|yml)$
@@ -40,7 +40,7 @@ repos:
4040
- id: bashate
4141
entry: bashate -i E006
4242
- repo: https://github.com/pycqa/flake8.git
43-
rev: 4.0.1
43+
rev: 5.0.4
4444
hooks:
4545
- id: flake8
4646
additional_dependencies:

0 commit comments

Comments
 (0)