Skip to content

Commit 2e5cbfa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/psf/black: 22.6.0 → 24.10.0](psf/black@22.6.0...24.10.0) - [github.com/pycqa/flake8: 5.0.4 → 7.1.1](PyCQA/flake8@5.0.4...7.1.1) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.18](hukkin/mdformat@0.7.16...0.7.18)
1 parent 011c3be commit 2e5cbfa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repos:
33

44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v5.0.0
66
hooks:
77
- name: remove trailing whitespace
88
id: trailing-whitespace
@@ -12,26 +12,26 @@ repos:
1212
id: requirements-txt-fixer
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.10.1
15+
rev: 5.13.2
1616
hooks:
1717
- name: sort python imports
1818
id: isort
1919

2020
- repo: https://github.com/psf/black
21-
rev: 22.6.0
21+
rev: 24.10.0
2222
hooks:
2323
- name: format python files
2424
id: black
2525
language_version: python3
2626

2727
- repo: https://github.com/pycqa/flake8
28-
rev: 5.0.4
28+
rev: 7.1.1
2929
hooks:
3030
- name: check python syntax
3131
id: flake8
3232

3333
- repo: https://github.com/executablebooks/mdformat
34-
rev: 0.7.16
34+
rev: 0.7.18
3535
hooks:
3636
- name: format Markdown files
3737
id: mdformat

0 commit comments

Comments
 (0)