Skip to content

Commit 2a22eda

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.17.0](asottile/pyupgrade@v3.3.1...v3.17.0) - [github.com/psf/black: 23.1.0 → 24.8.0](psf/black@23.1.0...24.8.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.4.0 → v1.11.2](pre-commit/mirrors-mypy@v1.4.0...v1.11.2)
1 parent 7dd0b97 commit 2a22eda

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ default_stages: [commit]
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.6.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: check-yaml
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v3.3.1
13+
rev: v3.17.0
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py310-plus]
1717

1818
- repo: https://github.com/psf/black
19-
rev: 23.1.0
19+
rev: 24.8.0
2020
hooks:
2121
- id: black
2222

2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.12.0
24+
rev: 5.13.2
2525
hooks:
2626
- id: isort
2727

2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 6.0.0
29+
rev: 7.1.1
3030
hooks:
3131
- id: flake8
3232
args: ["--config=setup.cfg"]
3333
additional_dependencies: [flake8-isort]
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.4.0
36+
rev: v1.11.2
3737
hooks:
3838
- id: mypy
3939
args: ["--strict"]

0 commit comments

Comments
 (0)