Skip to content

Commit d05f693

Browse files
authored
Merge pull request #70 from mcflugen/mcflugen/update-pre-commit-config
pre-commit autoupdate
2 parents 2434b8d + f954ffb commit d05f693

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.10.0
3+
rev: 26.3.1
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.1.1
26+
rev: 7.3.0
2727
hooks:
2828
- id: flake8
2929
additional_dependencies:
@@ -42,21 +42,21 @@ repos:
4242
language: python
4343

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

5050
- repo: https://github.com/PyCQA/isort
51-
rev: 5.13.2
51+
rev: 8.0.1
5252
hooks:
5353
- id: isort
5454
name: isort (python)
5555
args: [--add-import, "from __future__ import annotations"]
5656
types: [python]
5757

5858
- repo: https://github.com/pre-commit/pre-commit-hooks
59-
rev: v5.0.0
59+
rev: v6.0.0
6060
hooks:
6161
- id: check-builtin-literals
6262
- id: check-added-large-files
@@ -88,7 +88,7 @@ repos:
8888
additional_dependencies: [".[toml]"]
8989

9090
- repo: https://github.com/pre-commit/mirrors-mypy
91-
rev: v1.14.1
91+
rev: v1.19.1
9292
hooks:
9393
- id: mypy
9494
language_version: python3.12

0 commit comments

Comments
 (0)