Skip to content

Commit 426d692

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.0](pre-commit/mirrors-mypy@v1.10.0...v1.11.0)
1 parent 9b8bab2 commit 426d692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ repos:
2626

2727
# Runs flake8
2828
- repo: https://github.com/pycqa/flake8
29-
rev: 7.0.0
29+
rev: 7.1.0
3030
hooks:
3131
- id: flake8
3232

3333
# Runs mypy
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: 'v1.10.0' # Use the sha / tag you want to point at
35+
rev: 'v1.11.0' # Use the sha / tag you want to point at
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: [types-requests]

0 commit comments

Comments
 (0)