8000 [pre-commit.ci] pre-commit autoupdate · python-telegram-bot/rules-bot@e893179 · GitHub
[go: up one dir, main page]

Skip to content

Commit e893179

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
1 parent 0cd7d4c commit e893179

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.1.1
18+
rev: 7.1.2
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.14.1
36+
rev: v1.15.0
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:
@@ -51,7 +51,7 @@ repos:
5151
args:
5252
- --py36-plus
5353
- repo: https://github.com/pycqa/isort
54-
rev: 6.0.0
54+
rev: 6.0.1
5555
hooks:
5656
- id: isort
5757
name: isort

0 commit comments

Comments
 (0)
0