8000 `pre-commit` autoupdate (#127) · python-telegram-bot/ptbcontrib@4a4d585 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a4d585

Browse files
pre-commit autoupdate (#127)
updates: - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0 8000 ) - [github.com/PyCQA/pylint: v3.3.4 → v3.3.6](pylint-dev/pylint@v3.3.4...v3.3.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 88329f6 commit 4a4d585

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
@@ -11,11 +11,11 @@ repos:
1111
- --diff
1212
- --check
1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 7.1.2
14+
rev: 7.2.0
1515
hooks:
1616
- id: flake8
1717
- repo: https://github.com/PyCQA/pylint
18-
rev: v3.3.4
18+
rev: v3.3.6
1919
hooks:
2020
- id: pylint
2121
name: pylint

0 commit comments

Comments
 (0)
0