Skip to content

Commit 62bc935

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/omnilib/ufmt: v2.0.1 → v2.7.3](omnilib/ufmt@v2.0.1...v2.7.3) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17)
1 parent 8463348 commit 62bc935

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-docstring-first
66
- id: check-toml
@@ -9,21 +9,21 @@ repos:
99
- id: end-of-file-fixer
1010

1111
- repo: https://github.com/PyCQA/flake8
12-
rev: 6.0.0
12+
rev: 7.1.1
1313
hooks:
1414
- id: flake8
1515
args: [--config=setup.cfg]
1616

1717
- repo: https://github.com/omnilib/ufmt
18-
rev: v2.0.1
18+
rev: v2.7.3
1919
hooks:
2020
- id: ufmt
2121
additional_dependencies:
2222
- black == 22.3.0
2323
- usort == 1.0.2
2424

2525
- repo: https://github.com/executablebooks/mdformat
26-
rev: 0.7.16
26+
rev: 0.7.17
2727
hooks:
2828
- id: mdformat
2929
additional_dependencies:

0 commit comments

Comments
 (0)