Skip to content

Commit c3a30cc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 25.1.0](psf/black@23.12.1...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.15.0](pre-commit/mirrors-mypy@v1.8.0...v1.15.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.2](PyCQA/flake8@6.1.0...7.1.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
1 parent b7436be commit c3a30cc

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,17 +1,17 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.12.1
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
language_version: python3.8
77

88
- repo: https://github.com/PyCQA/isort
9-
rev: 5.13.2
9+
rev: 6.0.1
1010
hooks:
1111
- id: isort
1212

1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: v1.8.0
14+
rev: v1.15.0
1515
hooks:
1616
- id: mypy
1717
additional_dependencies:
@@ -21,12 +21,12 @@ repos:
2121
- types-requests
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 6.1.0
24+
rev: 7.1.2
2525
hooks:
2626
- id: flake8
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.5.0
29+
rev: v5.0.0
3030
hooks:
3131
- id: check-builtin-literals
3232
- id: check-added-large-files

0 commit comments

Comments
 (0)