Skip to content

Commit b57a866

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.12.1](pre-commit/mirrors-mypy@v1.11.1...v1.12.1) - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.10.0](psf/black-pre-commit-mirror@24.4.2...24.10.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18)
1 parent e2cbd00 commit b57a866

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_language_version:
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
10+
rev: v5.0.0
1111
hooks:
1212
# General
1313
- id: check-added-large-files
@@ -81,7 +81,7 @@ repos:
8181
- id: python-use-type-annotations
8282
- id: python-no-log-warn
8383
- repo: https://github.com/asottile/reorder-python-imports
84-
rev: v3.13.0
84+
rev: v3.14.0
8585
hooks:
8686
- id: reorder-python-imports
8787
args: [--py39-plus]
@@ -91,7 +91,7 @@ repos:
9191
- id: add-trailing-comma
9292
args: [--py36-plus]
9393
- repo: https://github.com/asottile/pyupgrade
94-
rev: v3.17.0
94+
rev: v3.18.0
9595
hooks:
9696
- id: pyupgrade
9797
args: [--py39-plus]
@@ -101,24 +101,24 @@ repos:
101101
- id: yesqa
102102
additional_dependencies: [pep8-naming]
103103
- repo: https://github.com/pre-commit/mirrors-mypy
104-
rev: v1.11.1
104+
rev: v1.12.1
105105
hooks:
106106
- id: mypy
107107
args: [--config-file, .meta/mypy.ini]
108108
- repo: https://github.com/psf/black-pre-commit-mirror
109-
rev: "24.4.2"
109+
rev: "24.10.0"
110110
hooks:
111111
- id: black
112112
language_version: python39
113113
- repo: https://github.com/PyCQA/flake8
114-
rev: 7.1.0
114+
rev: 7.1.1
115115
hooks:
116116
- id: flake8
117117
additional_dependencies:
118118
[flake8-assert-msg, flake8-bugbear, pep8-naming]
119119
args: [--config, .meta/flake8.conf]
120120
- repo: https://github.com/executablebooks/mdformat
121-
rev: 0.7.17
121+
rev: 0.7.18
122122
hooks:
123123
- id: mdformat
124124
additional_dependencies:

0 commit comments

Comments
 (0)