Skip to content

Commit cd4ff91

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/psf/black: 22.10.0 → 24.8.0](psf/black@22.10.0...24.8.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.11.2](pre-commit/mirrors-mypy@v0.991...v1.11.2) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/pycqa/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/asottile/pyupgrade: v3.2.2 → v3.17.0](asottile/pyupgrade@v3.2.2...v3.17.0) - [github.com/compilerla/conventional-pre-commit: v2.1.1 → v3.4.0](compilerla/conventional-pre-commit@v2.1.1...v3.4.0)
1 parent 91420b6 commit cd4ff91

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pycqa/isort
6-
rev: 5.10.1
6+
rev: 5.13.2
77
hooks:
88
- id: isort
99
args: [
@@ -13,20 +13,20 @@ repos:
1313
]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.10.0
16+
rev: 24.8.0
1717
hooks:
1818
- id: black
1919
language_version: python3.8
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: "v0.991" # Use the sha / tag you want to point at
22+
rev: "v1.11.2" # Use the sha / tag you want to point at
2323
hooks:
2424
- id: mypy
2525
args: [ "--allow-untyped-globals", "--ignore-missing-imports" ]
2626
additional_dependencies: [ types-all ]
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.4.0
29+
rev: v5.0.0
3030
hooks:
3131
- id: trailing-whitespace
3232
- id: check-yaml
@@ -36,7 +36,7 @@ repos:
3636
- id: check-added-large-files
3737

3838
- repo: https://github.com/pycqa/flake8
39-
rev: "6.0.0" # pick a git hash / tag to point to
39+
rev: "7.1.1" # pick a git hash / tag to point to
4040
hooks:
4141
- id: flake8
4242
args: [ "--ignore=E501,W503,W504,E203,E251,E266,E401,E126,E124,C901" ]
@@ -45,13 +45,13 @@ repos:
4545
]
4646

4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.2.2
48+
rev: v3.17.0
4949
hooks:
5050
- id: pyupgrade
5151
args:
5252
- "--py37-plus"
5353
- repo: https://github.com/compilerla/conventional-pre-commit
54-
rev: v2.1.1
54+
rev: v3.4.0
5555
hooks:
5656
- id: conventional-pre-commit
5757
stages: [commit-msg]

0 commit comments

Comments
 (0)