Skip to content

Commit 4e86d26

Browse files
[pre-commit.ci] pre-commit autoupdate (#1035)
updates: - [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/adrienverge/yamllint: v1.27.1 → v1.28.0](adrienverge/yamllint@v1.27.1...v1.28.0) - [github.com/asottile/pyupgrade: v2.37.3 → v3.2.2](asottile/pyupgrade@v2.37.3...v3.2.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 190b32d commit 4e86d26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.6.0
11+
rev: 22.10.0
1212
hooks:
1313
- id: black
1414
language_version: python3.8
1515

1616
- repo: https://github.com/pycqa/flake8
17-
rev: 5.0.4
17+
rev: 6.0.0
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.3.0
29+
rev: v4.4.0
3030
hooks:
3131
- id: requirements-txt-fixer
3232
files: requirements/.*\.txt$
@@ -40,14 +40,14 @@ repos:
4040
- id: detect-private-key
4141

4242
- repo: https://github.com/adrienverge/yamllint
43-
rev: v1.27.1
43+
rev: v1.28.0
4444
hooks:
4545
- id: yamllint
4646
args:
4747
- "--strict"
4848

4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v2.37.3
50+
rev: v3.2.2
5151
hooks:
5252
- id: pyupgrade
5353
args: [--py37-plus]

0 commit comments

Comments
 (0)