Skip to content

Commit 43daa14

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.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.21.0](asottile/pyupgrade@v3.16.0...v3.21.0) - [github.com/google/yapf: v0.40.2 → v0.43.0](google/yapf@v0.40.2...v0.43.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/PyCQA/docformatter: eb1df34 → v1.7.7](PyCQA/docformatter@eb1df34...v1.7.7) - [github.com/executablebooks/mdformat: 0.7.17 → 1.0.0](hukkin/mdformat@0.7.17...1.0.0)
1 parent ce2ffa3 commit 43daa14

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

100755100644
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -15,36 +15,36 @@ repos:
1515
# additional_dependencies:
1616
# - maison==1.4.3
1717
- repo: https://github.com/adrienverge/yamllint.git
18-
rev: v1.35.1
18+
rev: v1.37.1
1919
hooks:
2020
- id: yamllint
2121
args: [-c=.yamllint.yml]
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.16.0
23+
rev: v3.21.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py3-plus]
2727
- repo: https://github.com/google/yapf
28-
rev: v0.40.2
28+
rev: v0.43.0
2929
hooks:
3030
- id: yapf
3131
name: Format code
3232
additional_dependencies: [toml]
3333
- repo: https://github.com/pycqa/isort
34-
rev: 6.0.1
34+
rev: 7.0.0
3535
hooks:
3636
- id: isort
3737
name: Sort imports
3838
args: [--line-width, '120', --profile, black]
3939
- repo: https://github.com/PyCQA/docformatter
40-
rev: eb1df34
40+
rev: v1.7.7
4141
hooks:
4242
- id: docformatter
4343
name: Format docstring
4444
additional_dependencies: [tomli]
4545
args: [--config, pyproject.toml]
4646
- repo: https://github.com/executablebooks/mdformat
47-
rev: 0.7.17
47+
rev: 1.0.0
4848
hooks:
4949
- id: mdformat
5050
name: Format markdown

0 commit comments

Comments
 (0)