Skip to content

Commit d093b36

Browse files
[pre-commit.ci] pre-commit autoupdate (#154)
updates: - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6eb6758 commit d093b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- --diff
1616
- --check
1717
- repo: https://github.com/PyCQA/flake8
18-
rev: 7.2.0
18+
rev: 7.3.0
1919
hooks:
2020
- id: flake8
2121
- repo: https://github.com/PyCQA/pylint
@@ -33,7 +33,7 @@ repos:
3333
- gql[aiohttp]~=3.5.0
3434
- async-lru~=1.0.3
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.16.0
36+
rev: v1.16.1
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:

0 commit comments

Comments
 (0)