Skip to content

Commit db2b65c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/psf/black: 22.3.0 → 25.1.0](psf/black@22.3.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v0.981 → v1.17.1](pre-commit/mirrors-mypy@v0.981...v1.17.1)
1 parent a1c53db commit db2b65c

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
@@ -3,15 +3,15 @@ ci:
33
autoupdate_schedule: monthly
44
repos:
55
- repo: https://github.com/pycqa/flake8
6-
rev: 7.1.1
6+
rev: 7.3.0
77
hooks:
88
- id: flake8
99
files: "^connexion/"
1010
additional_dependencies:
1111
- flake8-rst-docstrings==0.2.3
1212

1313
- repo: https://github.com/PyCQA/isort
14-
rev: 5.12.0
14+
rev: 6.0.1
1515
hooks:
1616
- id: isort
1717
name: isort
@@ -27,7 +27,7 @@ repos:
2727
args: ["--project", "conftest", "--thirdparty", "connexion", "--check-only", "--diff"]
2828

2929
- repo: https://github.com/psf/black
30-
rev: 22.3.0
30+
rev: 25.1.0
3131
hooks:
3232
- id: black
3333
name: black
@@ -43,7 +43,7 @@ repos:
4343
args: ["tests"]
4444

4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v0.981
46+
rev: v1.17.1
4747
hooks:
4848
- id: mypy
4949
files: "^connexion/"

0 commit comments

Comments
 (0)