Skip to content

Commit 6fdfb06

Browse files
pre-commit-ci[bot]hramezani
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/pycqa/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/adrienverge/yamllint: v1.26.3 → v1.27.1](adrienverge/yamllint@v1.26.3...v1.27.1)
1 parent 218396c commit 6fdfb06

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
@@ -8,13 +8,13 @@ repos:
88
- "-x *test*.py"
99

1010
- repo: https://github.com/psf/black
11-
rev: 22.3.0
11+
rev: 22.6.0
1212
hooks:
1313
- id: black
1414
language_version: python3.8
1515

1616
- repo: https://github.com/pycqa/flake8
17-
rev: 4.0.1
17+
rev: 5.0.2
1818
hooks:
1919
- id: flake8
2020
args:
@@ -26,7 +26,7 @@ repos:
2626
- id: isort
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.2.0
29+
rev: v4.3.0
3030
hooks:
3131
- id: requirements-txt-fixer
3232
files: requirements/.*\.txt$
@@ -40,7 +40,7 @@ repos:
4040
- id: detect-private-key
4141

4242
- repo: https://github.com/adrienverge/yamllint
43-
rev: v1.26.3
43+
rev: v1.27.1
4444
hooks:
4545
- id: yamllint
4646
args:

0 commit comments

Comments
 (0)