Skip to content

Commit 590ff8d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) - [github.com/asottile/pyupgrade: v3.16.0 → v3.20.0](asottile/pyupgrade@v3.16.0...v3.20.0) - [github.com/google/yapf: v0.40.2 → v0.43.0](google/yapf@v0.40.2...v0.43.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/docformatter: v1.7.5 → v1.7.8-rc1](PyCQA/docformatter@v1.7.5...v1.7.8-rc1) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.22](hukkin/mdformat@0.7.17...0.7.22)
1 parent d4d0fbb commit 590ff8d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
exclude: ^docs/
88

99
- repo: https://github.com/adrienverge/yamllint.git
10-
rev: v1.35.1
10+
rev: v1.37.1
1111
hooks:
1212
- id: yamllint
1313
args: [-c=.yamllint.yml]
1414

1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.16.0
16+
rev: v3.20.0
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py3-plus]
2020

2121
- repo: https://github.com/google/yapf
22-
rev: v0.40.2
22+
rev: v0.43.0
2323
hooks:
2424
- id: yapf
2525
name: Format code
2626
additional_dependencies: [toml]
2727

2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.13.2
29+
rev: 6.0.1
3030
hooks:
3131
- id: isort
3232
name: Sort imports
3333
args: [--line-width, "120", --profile, black]
3434

3535
- repo: https://github.com/PyCQA/docformatter
36-
rev: v1.7.5
36+
rev: v1.7.8-rc1
3737
hooks:
3838
- id: docformatter
3939
name: Format docstring
4040
additional_dependencies: [tomli]
4141
args: [--config, pyproject.toml]
4242

4343
- repo: https://github.com/executablebooks/mdformat
44-
rev: 0.7.17
44+
rev: 0.7.22
4545
hooks:
4646
- id: mdformat
4747
name: Format markdown

0 commit comments

Comments
 (0)