Skip to content

Commit 51b9237

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v3.4.0...v5.0.0) - [github.com/pycqa/isort: 5.8.0 → 6.0.1](PyCQA/isort@5.8.0...6.0.1) - https://github.com/pre-commit/mirrors-yapfhttps://github.com/google/yapf - [github.com/google/yapf: v0.31.0 → v0.43.0](google/yapf@v0.31.0...v0.43.0) - [github.com/PyCQA/flake8: 3.9.1 → 7.2.0](PyCQA/flake8@3.9.1...7.2.0) - [github.com/pycqa/pydocstyle: 6.0.0 → 6.3.0](PyCQA/pydocstyle@6.0.0...6.3.0)
1 parent 1e6a13f commit 51b9237

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v3.4.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99

@@ -13,29 +13,29 @@ repos:
1313
entry: end-of-file-fixer
1414
language: python
1515
types: [text]
16-
stages: [commit, push]
16+
stages: [pre-commit, pre-push]
1717

1818
- repo: https://github.com/pycqa/isort
19-
rev: 5.8.0
19+
rev: 6.0.1
2020
hooks:
2121
- id: isort
2222
name: isort (python)
2323

24-
- repo: https://github.com/pre-commit/mirrors-yapf
25-
rev: v0.31.0
24+
- repo: https://github.com/google/yapf
25+
rev: v0.43.0
2626
hooks:
2727
- id: yapf
2828
args: [--parallel, --in-place]
2929
additional_dependencies:
3030
- toml
3131

3232
- repo: https://github.com/PyCQA/flake8
33-
rev: 3.9.1
33+
rev: 7.2.0
3434
hooks:
3535
- id: flake8
3636

3737
- repo: https://github.com/pycqa/pydocstyle
38-
rev: 6.0.0
38+
rev: 6.3.0
3939
hooks:
4040
- id: pydocstyle
4141

0 commit comments

Comments
 (0)