Skip to content

Commit 69e22f3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent d59b7a3 commit 69e22f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-mypy
3-
rev: v1.11.2
3+
rev: v1.15.0
44
hooks:
55
- id: mypy
66
args: [--strict]
77
additional_dependencies:
88
[pydantic, pytest, pytest_mock, types-requests, flagsmith-flag-engine, responses, sseclient-py]
99
- repo: https://github.com/PyCQA/isort
10-
rev: 5.13.2
10+
rev: 6.0.0
1111
hooks:
1212
- id: isort
1313
- repo: https://github.com/psf/black
14-
rev: 24.8.0
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pycqa/flake8
@@ -20,7 +20,7 @@ repos:
2020
- id: flake8
2121
name: flake8
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v4.6.0
23+
rev: v5.0.0
2424
hooks:
2525
- id: check-yaml
2626
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)