Skip to content

Commit fd8bdf7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [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/executablebooks/mdformat: 0.7.17 → 0.7.22](hukkin/mdformat@0.7.17...0.7.22)
1 parent 9462d9e commit fd8bdf7

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -13,20 +13,20 @@ repos:
1313
args: [-c=.yamllint.yml]
1414

1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.16.0
16+
rev: v3.19.1
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
@@ -41,7 +41,7 @@ repos:
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)