Skip to content

Commit c4c9280

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/asottile/pyupgrade: v3.3.1 → v3.15.2](asottile/pyupgrade@v3.3.1...v3.15.2) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.3.0 → 24.4.0](psf/black@23.3.0...24.4.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
1 parent e7d75ba commit c4c9280

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@ exclude: >
99
repos:
1010

1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.4.0
12+
rev: v4.6.0
1313
hooks:
1414
- id: check-json
1515
- id: check-yaml
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.3.1
20+
rev: v3.15.2
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py37-plus]
2424

2525
- repo: https://github.com/pycqa/isort
26-
rev: 5.12.0
26+
rev: 5.13.2
2727
hooks:
2828
- id: isort
2929

3030
- repo: https://github.com/psf/black
31-
rev: 23.3.0
31+
rev: 24.4.0
3232
hooks:
3333
- id: black
3434

3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 6.0.0
36+
rev: 7.0.0
3737
hooks:
3838
- id: flake8
3939

0 commit comments

Comments
 (0)