Skip to content

Commit e44eef3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.10.0](psf/black@23.12.1...24.10.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.18.0](asottile/pyupgrade@v3.15.0...v3.18.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.14.0](asottile/reorder-python-imports@v3.12.0...v3.14.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.2](pre-commit/mirrors-mypy@v1.8.0...v1.11.2)
1 parent b0ef8b6 commit e44eef3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.12.1
3+
rev: 24.10.0
44
hooks:
55
- id: black
66
name: black
@@ -23,7 +23,7 @@ repos:
2323
additional_dependencies: [".[jupyter]"]
2424

2525
- repo: https://github.com/pycqa/flake8
26-
rev: 7.0.0
26+
rev: 7.1.1
2727
hooks:
2828
- id: flake8
2929
additional_dependencies:
@@ -42,19 +42,19 @@ repos:
4242
language: python
4343

4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.15.0
45+
rev: v3.18.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py310-plus]
4949

5050
- repo: https://github.com/asottile/reorder-python-imports
51-
rev: v3.12.0
51+
rev: v3.14.0
5252
hooks:
5353
- id: reorder-python-imports
5454
args: [--py310-plus, --add-import, "from __future__ import annotations"]
5555

5656
- repo: https://github.com/pre-commit/pre-commit-hooks
57-
rev: v4.5.0
57+
rev: v5.0.0
5858
hooks:
5959
- id: check-builtin-literals
6060
- id: check-added-large-files
@@ -86,7 +86,7 @@ repos:
8686
additional_dependencies: [".[toml]"]
8787

8888
- repo: https://github.com/pre-commit/mirrors-mypy
89-
rev: v1.8.0
89+
rev: v1.11.2
9090
hooks:
9191
- id: mypy
9292
language_version: python3.12

0 commit comments

Comments
 (0)